Html Css Color HEX #03607E Blue Lagoon

📋 copy color: '#03607E'

red 3 ◦ green 96 ◦ blue 126

#03607E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #03607E

Tints of Blue Lagoon #03607E

RGB

 RED value IS 3 (1.56% from 255) = 1.33%

 GREEN value IS 96 (37.89% from 255) = 42.67%

 BLUE value IS 126 (49.61% from 255) = 56%

R = 1.33%
G = 42.67%
B = 56%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#03607E (or 0x03607E) is known color: Blue Lagoon. HEX triplet: 03, 60 and 7E. RGB value is (3,96,126). Sum of RGB (Red+Green+Blue) = 3+96+126=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #03607E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03607E is #FC9F81. Grayscale: #474747. Windows color (decimal): -16555906 or 8282115. OLE color: 8282115.

HSL color Cylindrical-coordinate representation of color #03607E: hue angle of 194.63º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03607E is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 96 126 -
CMYK 0.98 0.24 0 0.51
HSL 194.63º 0.95% 0.25% -
HSV(B) 194.63º 0.98% 0.49% -
XYZ 7.99 9.89 21.23 -
YUV 71.61 158.69 79.06 -
System Red Green Blue C M Y K H S L
Decimal 3 96 126 0.98 0.24 0 0.51 194.63 0.95 0.25
Hex 3 60 7E 62 18 0 33 C3 5F 19
Octal 3 140 176 142 30 0 63 303 137 31
Binary 11 1100000 1111110 1100010 11000 0 110011 11000011 1011111 11001

Color Harmonies of #03607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03607E

Black with #03607E

Text Example


Text Example

White with #03607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03607E; }

 p { color: rgb(3,96,126); }

 H1.HeaderClassName
 {
   color: #03607E;
 }
 .AnyTagClassName
 {
   color: #03607E;
 }
</style>

background-color css

<style>
 a { background-color: #03607E; }

 a { background-color: rgb(3,96,126); }

 div.DivClassName
 {
   background-color: #03607E;
 }
 .BgClassName
 {
   background-color: #03607E;
 }
</style>

border-color css

<style>
 span { border-color: #03607E; }

 span { border-color: rgb(3,96,126); }

 td.TdClassName
 {
   border-color: #03607E;
 }
 .TagClassName
 {
   border-color: #03607E;
 }
</style>