Color Hex Logo

#03889b Color Hex

#03889B
(3,136,155)
0 Favorites   0 Comments

Color spaces of #03889b

RGB 3136155
HSL0.520.960.31
HSV188°98°61°
CMYK 0.980.120.00   0.39
XYZ14.758119.994234.0918
Yxy19.99420.21440.2904
Hunter Lab44.7149-19.3373-13.9038
CIE-Lab51.8307-23.6325-18.8590

#03889b color RGB value is (3,136,155).

#03889b hex color red value is 3, green value is 136 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #03889b hue: 0.52 , saturation: 0.96 and the lightness value of 03889b is 0.31.

The process color (four color CMYK) of #03889b color hex is 0.98, 0.12, 0.00, 0.39. Web safe color of #03889b is #009999. Color #03889b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001000 10011011
Octal 3 210 233
Decimal 3 136 155
Hex 3 88 9B

RGB Percentages of Color #03889b

%1.02
%46.26
%52.72

CMYK Percentages of Color #03889b

%98
%12
%0
%39

Triadic Colors of #03889b

#03889b #9b0388 #889b03

Analogous Colors of #03889b

#03889b #033c9b #039b62

Monochromatic Colors of #03889b

#03889b

Complementary Color

#03889b #9b1603

#03889b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03889b Color Preview on White Background

Lorem ipsum dolor sit amet.

#03889b Color CSS Codes

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

#03889b Text Font Color

<p style="color:#03889b">Text here</p>

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


#03889b Background Color

<div style="background-color:#03889b">
Div content here</div>

This div background color is #03889b


#03889b Border Color

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

This div border color is #03889b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,136,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03889b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03889b;
  -webkit-box-shadow: 1px 1px 3px 2px #03889b;
  box-shadow:         1px 1px 3px 2px #03889b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,136,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03889b


Comments

No comments written yet.

Please login to write comment.