Shades of Blue Lagoon #03627A
Tints of Blue Lagoon #03627A
RGB
CMYK
RGB Variations
Color information
#03627A (or 0x03627A) is known color: Blue Lagoon. HEX triplet: 03, 62 and 7A. RGB value is (3,98,122). Sum of RGB (Red+Green+Blue) = 3+98+122=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #03627A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03627A is #FC9D85. Grayscale: #484848. Windows color (decimal): -16555398 or 8020483. OLE color: 8020483.
HSL color Cylindrical-coordinate representation of color #03627A: hue angle of 192.1º 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 #03627A is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 98 | 122 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.52 |
| HSL | 192.1º | 0.95% | 0.25% | - |
| HSV(B) | 192.1º | 0.98% | 0.48% | - |
| XYZ | 7.92 | 10.16 | 19.96 | - |
| YUV | 72.33 | 156.03 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 122 | 0.98 | 0.20 | 0 | 0.52 | 192.1 | 0.95 | 0.25 |
| Hex | 3 | 62 | 7A | 62 | 14 | 0 | 34 | C0 | 5F | 19 |
| Octal | 3 | 142 | 172 | 142 | 24 | 0 | 64 | 300 | 137 | 31 |
| Binary | 11 | 1100010 | 1111010 | 1100010 | 10100 | 0 | 110100 | 11000000 | 1011111 | 11001 |
Color Harmonies of #03627A
Complementary color
Monochromatic Colors of #03627A
Black with #03627A
Text Example
Text Example
White with #03627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03627A; }
p { color: rgb(3,98,122); }
H1.HeaderClassName
{
color: #03627A;
}
.AnyTagClassName
{
color: #03627A;
}
</style>
background-color css
<style>
a { background-color: #03627A; }
a { background-color: rgb(3,98,122); }
div.DivClassName
{
background-color: #03627A;
}
.BgClassName
{
background-color: #03627A;
}
</style>
border-color css
<style>
span { border-color: #03627A; }
span { border-color: rgb(3,98,122); }
td.TdClassName
{
border-color: #03627A;
}
.TagClassName
{
border-color: #03627A;
}
</style>