Shades of Blue Lagoon #024C68
Tints of Blue Lagoon #024C68
RGB
CMYK
RGB Variations
Color information
#024C68 (or 0x024C68) is known color: Blue Lagoon. HEX triplet: 02, 4C and 68. RGB value is (2,76,104). Sum of RGB (Red+Green+Blue) = 2+76+104=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #024C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C68 is #FDB397. Grayscale: #383838. Windows color (decimal): -16626584 or 6835202. OLE color: 6835202.
HSL color Cylindrical-coordinate representation of color #024C68: hue angle of 196.47º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024C68 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 76 | 104 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.59 |
| HSL | 196.47º | 0.96% | 0.21% | - |
| HSV(B) | 196.47º | 0.98% | 0.41% | - |
| XYZ | 5.11 | 6.18 | 14.02 | - |
| YUV | 57.07 | 154.48 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 104 | 0.98 | 0.27 | 0 | 0.59 | 196.47 | 0.96 | 0.21 |
| Hex | 2 | 4C | 68 | 62 | 1B | 0 | 3B | C4 | 60 | 15 |
| Octal | 2 | 114 | 150 | 142 | 33 | 0 | 73 | 304 | 140 | 25 |
| Binary | 10 | 1001100 | 1101000 | 1100010 | 11011 | 0 | 111011 | 11000100 | 1100000 | 10101 |
Color Harmonies of #024C68
Complementary color
Monochromatic Colors of #024C68
Black with #024C68
Text Example
Text Example
White with #024C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C68; }
p { color: rgb(2,76,104); }
H1.HeaderClassName
{
color: #024C68;
}
.AnyTagClassName
{
color: #024C68;
}
</style>
background-color css
<style>
a { background-color: #024C68; }
a { background-color: rgb(2,76,104); }
div.DivClassName
{
background-color: #024C68;
}
.BgClassName
{
background-color: #024C68;
}
</style>
border-color css
<style>
span { border-color: #024C68; }
span { border-color: rgb(2,76,104); }
td.TdClassName
{
border-color: #024C68;
}
.TagClassName
{
border-color: #024C68;
}
</style>