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