Shades of Blue Lagoon #03647C
Tints of Blue Lagoon #03647C
RGB
CMYK
RGB Variations
Color information
#03647C (or 0x03647C) is known color: Blue Lagoon. HEX triplet: 03, 64 and 7C. RGB value is (3,100,124). Sum of RGB (Red+Green+Blue) = 3+100+124=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #03647C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03647C is #FC9B83. Grayscale: #494949. Windows color (decimal): -16554884 or 8152067. OLE color: 8152067.
HSL color Cylindrical-coordinate representation of color #03647C: hue angle of 191.9º 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 #03647C is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 100 | 124 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.51 |
| HSL | 191.9º | 0.95% | 0.25% | - |
| HSV(B) | 191.9º | 0.98% | 0.49% | - |
| XYZ | 8.23 | 10.59 | 20.68 | - |
| YUV | 73.73 | 156.36 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 124 | 0.98 | 0.19 | 0 | 0.51 | 191.9 | 0.95 | 0.25 |
| Hex | 3 | 64 | 7C | 62 | 13 | 0 | 33 | C0 | 5F | 19 |
| Octal | 3 | 144 | 174 | 142 | 23 | 0 | 63 | 300 | 137 | 31 |
| Binary | 11 | 1100100 | 1111100 | 1100010 | 10011 | 0 | 110011 | 11000000 | 1011111 | 11001 |
Color Harmonies of #03647C
Complementary color
Monochromatic Colors of #03647C
Black with #03647C
Text Example
Text Example
White with #03647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03647C; }
p { color: rgb(3,100,124); }
H1.HeaderClassName
{
color: #03647C;
}
.AnyTagClassName
{
color: #03647C;
}
</style>
background-color css
<style>
a { background-color: #03647C; }
a { background-color: rgb(3,100,124); }
div.DivClassName
{
background-color: #03647C;
}
.BgClassName
{
background-color: #03647C;
}
</style>
border-color css
<style>
span { border-color: #03647C; }
span { border-color: rgb(3,100,124); }
td.TdClassName
{
border-color: #03647C;
}
.TagClassName
{
border-color: #03647C;
}
</style>