Shades of Blue Lagoon #03627E
Tints of Blue Lagoon #03627E
RGB
CMYK
RGB Variations
Color information
#03627E (or 0x03627E) is known color: Blue Lagoon. HEX triplet: 03, 62 and 7E. RGB value is (3,98,126). Sum of RGB (Red+Green+Blue) = 3+98+126=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #03627E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03627E is #FC9D81. Grayscale: #484848. Windows color (decimal): -16555394 or 8282627. OLE color: 8282627.
HSL color Cylindrical-coordinate representation of color #03627E: hue angle of 193.66º 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 #03627E is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 98 | 126 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.51 |
| HSL | 193.66º | 0.95% | 0.25% | - |
| HSV(B) | 193.66º | 0.98% | 0.49% | - |
| XYZ | 8.17 | 10.26 | 21.29 | - |
| YUV | 72.79 | 158.03 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 126 | 0.98 | 0.22 | 0 | 0.51 | 193.66 | 0.95 | 0.25 |
| Hex | 3 | 62 | 7E | 62 | 16 | 0 | 33 | C2 | 5F | 19 |
| Octal | 3 | 142 | 176 | 142 | 26 | 0 | 63 | 302 | 137 | 31 |
| Binary | 11 | 1100010 | 1111110 | 1100010 | 10110 | 0 | 110011 | 11000010 | 1011111 | 11001 |
Color Harmonies of #03627E
Complementary color
Monochromatic Colors of #03627E
Black with #03627E
Text Example
Text Example
White with #03627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03627E; }
p { color: rgb(3,98,126); }
H1.HeaderClassName
{
color: #03627E;
}
.AnyTagClassName
{
color: #03627E;
}
</style>
background-color css
<style>
a { background-color: #03627E; }
a { background-color: rgb(3,98,126); }
div.DivClassName
{
background-color: #03627E;
}
.BgClassName
{
background-color: #03627E;
}
</style>
border-color css
<style>
span { border-color: #03627E; }
span { border-color: rgb(3,98,126); }
td.TdClassName
{
border-color: #03627E;
}
.TagClassName
{
border-color: #03627E;
}
</style>