Shades of Blue Lagoon #03597C
Tints of Blue Lagoon #03597C
RGB
CMYK
RGB Variations
Color information
#03597C (or 0x03597C) is known color: Blue Lagoon. HEX triplet: 03, 59 and 7C. RGB value is (3,89,124). Sum of RGB (Red+Green+Blue) = 3+89+124=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #03597C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03597C is #FCA683. Grayscale: #434343. Windows color (decimal): -16557700 or 8149251. OLE color: 8149251.
HSL color Cylindrical-coordinate representation of color #03597C: hue angle of 197.36º 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 #03597C is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 89 | 124 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.51 |
| HSL | 197.36º | 0.95% | 0.25% | - |
| HSV(B) | 197.36º | 0.98% | 0.49% | - |
| XYZ | 7.25 | 8.62 | 20.35 | - |
| YUV | 67.28 | 160.01 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 124 | 0.98 | 0.28 | 0 | 0.51 | 197.36 | 0.95 | 0.25 |
| Hex | 3 | 59 | 7C | 62 | 1C | 0 | 33 | C5 | 5F | 19 |
| Octal | 3 | 131 | 174 | 142 | 34 | 0 | 63 | 305 | 137 | 31 |
| Binary | 11 | 1011001 | 1111100 | 1100010 | 11100 | 0 | 110011 | 11000101 | 1011111 | 11001 |
Color Harmonies of #03597C
Complementary color
Monochromatic Colors of #03597C
Black with #03597C
Text Example
Text Example
White with #03597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03597C; }
p { color: rgb(3,89,124); }
H1.HeaderClassName
{
color: #03597C;
}
.AnyTagClassName
{
color: #03597C;
}
</style>
background-color css
<style>
a { background-color: #03597C; }
a { background-color: rgb(3,89,124); }
div.DivClassName
{
background-color: #03597C;
}
.BgClassName
{
background-color: #03597C;
}
</style>
border-color css
<style>
span { border-color: #03597C; }
span { border-color: rgb(3,89,124); }
td.TdClassName
{
border-color: #03597C;
}
.TagClassName
{
border-color: #03597C;
}
</style>