Shades of Blue Lagoon #03607A
Tints of Blue Lagoon #03607A
RGB
CMYK
RGB Variations
Color information
#03607A (or 0x03607A) is known color: Blue Lagoon. HEX triplet: 03, 60 and 7A. RGB value is (3,96,122). Sum of RGB (Red+Green+Blue) = 3+96+122=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #03607A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03607A is #FC9F85. Grayscale: #464646. Windows color (decimal): -16555910 or 8019971. OLE color: 8019971.
HSL color Cylindrical-coordinate representation of color #03607A: hue angle of 193.11º 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 #03607A is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 96 | 122 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.52 |
| HSL | 193.11º | 0.95% | 0.25% | - |
| HSV(B) | 193.11º | 0.98% | 0.48% | - |
| XYZ | 7.73 | 9.79 | 19.89 | - |
| YUV | 71.16 | 156.69 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 122 | 0.98 | 0.21 | 0 | 0.52 | 193.11 | 0.95 | 0.25 |
| Hex | 3 | 60 | 7A | 62 | 15 | 0 | 34 | C1 | 5F | 19 |
| Octal | 3 | 140 | 172 | 142 | 25 | 0 | 64 | 301 | 137 | 31 |
| Binary | 11 | 1100000 | 1111010 | 1100010 | 10101 | 0 | 110100 | 11000001 | 1011111 | 11001 |
Color Harmonies of #03607A
Complementary color
Monochromatic Colors of #03607A
Black with #03607A
Text Example
Text Example
White with #03607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03607A; }
p { color: rgb(3,96,122); }
H1.HeaderClassName
{
color: #03607A;
}
.AnyTagClassName
{
color: #03607A;
}
</style>
background-color css
<style>
a { background-color: #03607A; }
a { background-color: rgb(3,96,122); }
div.DivClassName
{
background-color: #03607A;
}
.BgClassName
{
background-color: #03607A;
}
</style>
border-color css
<style>
span { border-color: #03607A; }
span { border-color: rgb(3,96,122); }
td.TdClassName
{
border-color: #03607A;
}
.TagClassName
{
border-color: #03607A;
}
</style>