Color Hex Logo

#3a6abb Color Hex

#3A6ABB
(58,106,187)
0 Favorites   0 Comments

Color spaces of #3a6abb

RGB 58106187
HSL0.600.530.48
HSV218°69°73°
CMYK 0.690.430.00   0.27
XYZ15.868614.795549.0332
Yxy14.79550.19910.1856
Hunter Lab38.46496.3261-48.6546
CIE-Lab45.352810.8675-47.5185

#3a6abb color RGB value is (58,106,187).

#3a6abb hex color red value is 58, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3a6abb hue: 0.60 , saturation: 0.53 and the lightness value of 3a6abb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01101010 10111011
Octal 72 152 273
Decimal 58 106 187
Hex 3A 6A BB

RGB Percentages of Color #3a6abb

%16.52
%30.20
%53.28

CMYK Percentages of Color #3a6abb

%69
%43
%0
%27

Triadic Colors of #3a6abb

#3a6abb #bb3a6a #6abb3a

Analogous Colors of #3a6abb

#3a6abb #4b3abb #3aabbb

Monochromatic Colors of #3a6abb

#3a6abb

Complementary Color

#3a6abb #bb8b3a

#3a6abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a6abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a6abb Color CSS Codes

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

#3a6abb Text Font Color

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

This sample text font color is #3a6abb
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.


#3a6abb Background Color

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

This div background color is #3a6abb


#3a6abb Border Color

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

This div border color is #3a6abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,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 #3a6abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a6abb


Comments

No comments written yet.

Please login to write comment.