Shades of Blue Lagoon #024E68
Tints of Blue Lagoon #024E68
RGB
CMYK
RGB Variations
Color information
#024E68 (or 0x024E68) is known color: Blue Lagoon. HEX triplet: 02, 4E and 68. RGB value is (2,78,104). Sum of RGB (Red+Green+Blue) = 2+78+104=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #024E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E68 is #FDB197. Grayscale: #3A3A3A. Windows color (decimal): -16626072 or 6835714. OLE color: 6835714.
HSL color Cylindrical-coordinate representation of color #024E68: hue angle of 195.29º 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 #024E68 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 78 | 104 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.59 |
| HSL | 195.29º | 0.96% | 0.21% | - |
| HSV(B) | 195.29º | 0.98% | 0.41% | - |
| XYZ | 5.25 | 6.46 | 14.07 | - |
| YUV | 58.24 | 153.82 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 104 | 0.98 | 0.25 | 0 | 0.59 | 195.29 | 0.96 | 0.21 |
| Hex | 2 | 4E | 68 | 62 | 19 | 0 | 3B | C3 | 60 | 15 |
| Octal | 2 | 116 | 150 | 142 | 31 | 0 | 73 | 303 | 140 | 25 |
| Binary | 10 | 1001110 | 1101000 | 1100010 | 11001 | 0 | 111011 | 11000011 | 1100000 | 10101 |
Color Harmonies of #024E68
Complementary color
Monochromatic Colors of #024E68
Black with #024E68
Text Example
Text Example
White with #024E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E68; }
p { color: rgb(2,78,104); }
H1.HeaderClassName
{
color: #024E68;
}
.AnyTagClassName
{
color: #024E68;
}
</style>
background-color css
<style>
a { background-color: #024E68; }
a { background-color: rgb(2,78,104); }
div.DivClassName
{
background-color: #024E68;
}
.BgClassName
{
background-color: #024E68;
}
</style>
border-color css
<style>
span { border-color: #024E68; }
span { border-color: rgb(2,78,104); }
td.TdClassName
{
border-color: #024E68;
}
.TagClassName
{
border-color: #024E68;
}
</style>