Color Hex Logo

#305baa Color Hex

#305BAA
(48,91,170)
0 Favorites   0 Comments

Color spaces of #305baa

RGB 4891170
HSL0.610.560.43
HSV219°72°67°
CMYK 0.720.460.00   0.33
XYZ12.215711.012839.5121
Yxy11.01280.19470.1755
Hunter Lab33.18557.6317-47.3633
CIE-Lab39.602012.6629-46.7893

#305baa color RGB value is (48,91,170).

#305baa hex color red value is 48, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #305baa hue: 0.61 , saturation: 0.56 and the lightness value of 305baa is 0.43.

The process color (four color CMYK) of #305baa color hex is 0.72, 0.46, 0.00, 0.33. Web safe color of #305baa is #336699. Color #305baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011011 10101010
Octal 60 133 252
Decimal 48 91 170
Hex 30 5B AA

RGB Percentages of Color #305baa

%15.53
%29.45
%55.02

CMYK Percentages of Color #305baa

%72
%46
%0
%33

Triadic Colors of #305baa

#305baa #aa305b #5baa30

Analogous Colors of #305baa

#305baa #4230aa #3098aa

Monochromatic Colors of #305baa

#305baa

Complementary Color

#305baa #aa7f30

#305baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#305baa Color CSS Codes

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

#305baa Text Font Color

<p style="color:#305baa">Text here</p>

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


#305baa Background Color

<div style="background-color:#305baa">
Div content here</div>

This div background color is #305baa


#305baa Border Color

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

This div border color is #305baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,91,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #305baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #305baa;
  -webkit-box-shadow: 1px 1px 3px 2px #305baa;
  box-shadow:         1px 1px 3px 2px #305baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,91,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305baa

#305baa Color Palettes


Comments

No comments written yet.

Please login to write comment.