Shades of Blue Lagoon #03607D
Tints of Blue Lagoon #03607D
RGB
CMYK
RGB Variations
Color information
#03607D (or 0x03607D) is known color: Blue Lagoon. HEX triplet: 03, 60 and 7D. RGB value is (3,96,125). Sum of RGB (Red+Green+Blue) = 3+96+125=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #03607D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03607D is #FC9F82. Grayscale: #474747. Windows color (decimal): -16555907 or 8216579. OLE color: 8216579.
HSL color Cylindrical-coordinate representation of color #03607D: hue angle of 194.26º 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 #03607D is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 96 | 125 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.51 |
| HSL | 194.26º | 0.95% | 0.25% | - |
| HSV(B) | 194.26º | 0.98% | 0.49% | - |
| XYZ | 7.92 | 9.87 | 20.89 | - |
| YUV | 71.5 | 158.19 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 125 | 0.98 | 0.23 | 0 | 0.51 | 194.26 | 0.95 | 0.25 |
| Hex | 3 | 60 | 7D | 62 | 17 | 0 | 33 | C2 | 5F | 19 |
| Octal | 3 | 140 | 175 | 142 | 27 | 0 | 63 | 302 | 137 | 31 |
| Binary | 11 | 1100000 | 1111101 | 1100010 | 10111 | 0 | 110011 | 11000010 | 1011111 | 11001 |
Color Harmonies of #03607D
Complementary color
Monochromatic Colors of #03607D
Black with #03607D
Text Example
Text Example
White with #03607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03607D; }
p { color: rgb(3,96,125); }
H1.HeaderClassName
{
color: #03607D;
}
.AnyTagClassName
{
color: #03607D;
}
</style>
background-color css
<style>
a { background-color: #03607D; }
a { background-color: rgb(3,96,125); }
div.DivClassName
{
background-color: #03607D;
}
.BgClassName
{
background-color: #03607D;
}
</style>
border-color css
<style>
span { border-color: #03607D; }
span { border-color: rgb(3,96,125); }
td.TdClassName
{
border-color: #03607D;
}
.TagClassName
{
border-color: #03607D;
}
</style>