Shades of Blue Lagoon #03637B
Tints of Blue Lagoon #03637B
RGB
CMYK
RGB Variations
Color information
#03637B (or 0x03637B) is known color: Blue Lagoon. HEX triplet: 03, 63 and 7B. RGB value is (3,99,123). Sum of RGB (Red+Green+Blue) = 3+99+123=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #03637B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03637B is #FC9C84. Grayscale: #484848. Windows color (decimal): -16555141 or 8086275. OLE color: 8086275.
HSL color Cylindrical-coordinate representation of color #03637B: hue angle of 192º 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 #03637B is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 99 | 123 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.52 |
| HSL | 192º | 0.95% | 0.25% | - |
| HSV(B) | 192º | 0.98% | 0.48% | - |
| XYZ | 8.07 | 10.37 | 20.32 | - |
| YUV | 73.03 | 156.2 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 123 | 0.98 | 0.20 | 0 | 0.52 | 192 | 0.95 | 0.25 |
| Hex | 3 | 63 | 7B | 62 | 14 | 0 | 34 | C0 | 5F | 19 |
| Octal | 3 | 143 | 173 | 142 | 24 | 0 | 64 | 300 | 137 | 31 |
| Binary | 11 | 1100011 | 1111011 | 1100010 | 10100 | 0 | 110100 | 11000000 | 1011111 | 11001 |
Color Harmonies of #03637B
Complementary color
Monochromatic Colors of #03637B
Black with #03637B
Text Example
Text Example
White with #03637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03637B; }
p { color: rgb(3,99,123); }
H1.HeaderClassName
{
color: #03637B;
}
.AnyTagClassName
{
color: #03637B;
}
</style>
background-color css
<style>
a { background-color: #03637B; }
a { background-color: rgb(3,99,123); }
div.DivClassName
{
background-color: #03637B;
}
.BgClassName
{
background-color: #03637B;
}
</style>
border-color css
<style>
span { border-color: #03637B; }
span { border-color: rgb(3,99,123); }
td.TdClassName
{
border-color: #03637B;
}
.TagClassName
{
border-color: #03637B;
}
</style>