Shades of Sherpa Blue #024D4C
Tints of Sherpa Blue #024D4C
RGB
CMYK
RGB Variations
Color information
#024D4C (or 0x024D4C) is known color: Sherpa Blue. HEX triplet: 02, 4D and 4C. RGB value is (2,77,76). Sum of RGB (Red+Green+Blue) = 2+77+76=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 77 (30.47% from 255 or 49.68% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 77 - color contains mainly: green. Hex color #024D4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D4C is #FDB2B3. Grayscale: #363636. Windows color (decimal): -16626356 or 5000450. OLE color: 5000450.
HSL color Cylindrical-coordinate representation of color #024D4C: hue angle of 179.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024D4C is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 77 | 76 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.70 |
| HSL | 179.2º | 0.95% | 0.15% | - |
| HSV(B) | 179.2º | 0.97% | 0.3% | - |
| XYZ | 3.98 | 5.84 | 7.76 | - |
| YUV | 54.46 | 140.15 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 76 | 0.97 | 0 | 0.01 | 0.70 | 179.2 | 0.95 | 0.15 |
| Hex | 2 | 4D | 4C | 61 | 0 | 1 | 46 | B3 | 5F | F |
| Octal | 2 | 115 | 114 | 141 | 0 | 1 | 106 | 263 | 137 | 17 |
| Binary | 10 | 1001101 | 1001100 | 1100001 | 0 | 1 | 1000110 | 10110011 | 1011111 | 1111 |
Color Harmonies of #024D4C
Complementary color
Monochromatic Colors of #024D4C
Black with #024D4C
Text Example
Text Example
White with #024D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D4C; }
p { color: rgb(2,77,76); }
H1.HeaderClassName
{
color: #024D4C;
}
.AnyTagClassName
{
color: #024D4C;
}
</style>
background-color css
<style>
a { background-color: #024D4C; }
a { background-color: rgb(2,77,76); }
div.DivClassName
{
background-color: #024D4C;
}
.BgClassName
{
background-color: #024D4C;
}
</style>
border-color css
<style>
span { border-color: #024D4C; }
span { border-color: rgb(2,77,76); }
td.TdClassName
{
border-color: #024D4C;
}
.TagClassName
{
border-color: #024D4C;
}
</style>