Color Hex Logo

#3d6abb Color Hex

#3D6ABB
(61,106,187)
0 Favorites   0 Comments

Color spaces of #3d6abb

RGB 61106187
HSL0.610.510.49
HSV219°67°73°
CMYK 0.670.430.00   0.27
XYZ16.048114.888049.0416
Yxy14.88800.20070.1862
Hunter Lab38.58506.7173-48.3483
CIE-Lab45.480411.3518-47.3073

#3d6abb color RGB value is (61,106,187).

#3d6abb hex color red value is 61, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3d6abb hue: 0.61 , saturation: 0.51 and the lightness value of 3d6abb is 0.49.

The process color (four color CMYK) of #3d6abb color hex is 0.67, 0.43, 0.00, 0.27. Web safe color of #3d6abb is #3366cc. Color #3d6abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01101010 10111011
Octal 75 152 273
Decimal 61 106 187
Hex 3D 6A BB

RGB Percentages of Color #3d6abb

%17.23
%29.94
%52.82

CMYK Percentages of Color #3d6abb

%67
%43
%0
%27

Triadic Colors of #3d6abb

#3d6abb #bb3d6a #6abb3d

Analogous Colors of #3d6abb

#3d6abb #4f3dbb #3da9bb

Monochromatic Colors of #3d6abb

#3d6abb

Complementary Color

#3d6abb #bb8e3d

#3d6abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d6abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d6abb Color CSS Codes

.mybgcolor {background-color:#3d6abb; } 
.myforecolor {color:#3d6abb; }
.mybordercolor {border:3px solid #3d6abb; }

#3d6abb Text Font Color

<p style="color:#3d6abb">Text here</p>

This sample text font color is #3d6abb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#3d6abb Background Color

<div style="background-color:#3d6abb">
Div content here</div>

This div background color is #3d6abb


#3d6abb Border Color

<div style="border:3px solid #3d6abb">
Div here</div>

This div border color is #3d6abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,106,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3d6abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3d6abb;
  -webkit-box-shadow: 1px 1px 3px 2px #3d6abb;
  box-shadow:         1px 1px 3px 2px #3d6abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,106,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3d6abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #3d6abb;
  -webkit-box-shadow: 1px 1px 3px 2px #3d6abb;
  box-shadow:         1px 1px 3px 2px #3d6abb;">
Div content here</div>

This div box has shadow with color #3d6abb


Comments

No comments written yet.

Please login to write comment.