Shades of Blue Lagoon #03607B
Tints of Blue Lagoon #03607B
RGB
CMYK
RGB Variations
Color information
#03607B (or 0x03607B) is known color: Blue Lagoon. HEX triplet: 03, 60 and 7B. RGB value is (3,96,123). Sum of RGB (Red+Green+Blue) = 3+96+123=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #03607B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03607B is #FC9F84. Grayscale: #474747. Windows color (decimal): -16555909 or 8085507. OLE color: 8085507.
HSL color Cylindrical-coordinate representation of color #03607B: hue angle of 193.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03607B is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 96 | 123 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.52 |
| HSL | 193.5º | 0.95% | 0.25% | - |
| HSV(B) | 193.5º | 0.98% | 0.48% | - |
| XYZ | 7.8 | 9.82 | 20.22 | - |
| YUV | 71.27 | 157.19 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 123 | 0.98 | 0.22 | 0 | 0.52 | 193.5 | 0.95 | 0.25 |
| Hex | 3 | 60 | 7B | 62 | 16 | 0 | 34 | C2 | 5F | 19 |
| Octal | 3 | 140 | 173 | 142 | 26 | 0 | 64 | 302 | 137 | 31 |
| Binary | 11 | 1100000 | 1111011 | 1100010 | 10110 | 0 | 110100 | 11000010 | 1011111 | 11001 |
Color Harmonies of #03607B
Complementary color
Monochromatic Colors of #03607B
Black with #03607B
Text Example
Text Example
White with #03607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03607B; }
p { color: rgb(3,96,123); }
H1.HeaderClassName
{
color: #03607B;
}
.AnyTagClassName
{
color: #03607B;
}
</style>
background-color css
<style>
a { background-color: #03607B; }
a { background-color: rgb(3,96,123); }
div.DivClassName
{
background-color: #03607B;
}
.BgClassName
{
background-color: #03607B;
}
</style>
border-color css
<style>
span { border-color: #03607B; }
span { border-color: rgb(3,96,123); }
td.TdClassName
{
border-color: #03607B;
}
.TagClassName
{
border-color: #03607B;
}
</style>