Shades of Sherpa Blue #024D50
Tints of Sherpa Blue #024D50
RGB
CMYK
RGB Variations
Color information
#024D50 (or 0x024D50) is known color: Sherpa Blue. HEX triplet: 02, 4D and 50. RGB value is (2,77,80). Sum of RGB (Red+Green+Blue) = 2+77+80=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 77 (30.47% from 255 or 48.43% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #024D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D50 is #FDB2AF. Grayscale: #363636. Windows color (decimal): -16626352 or 5262594. OLE color: 5262594.
HSL color Cylindrical-coordinate representation of color #024D50: hue angle of 182.31º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024D50 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 77 | 80 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.69 |
| HSL | 182.31º | 0.95% | 0.16% | - |
| HSV(B) | 182.31º | 0.98% | 0.31% | - |
| XYZ | 4.13 | 5.9 | 8.51 | - |
| YUV | 54.92 | 142.15 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 80 | 0.98 | 0.04 | 0 | 0.69 | 182.31 | 0.95 | 0.16 |
| Hex | 2 | 4D | 50 | 62 | 4 | 0 | 45 | B6 | 5F | 10 |
| Octal | 2 | 115 | 120 | 142 | 4 | 0 | 105 | 266 | 137 | 20 |
| Binary | 10 | 1001101 | 1010000 | 1100010 | 100 | 0 | 1000101 | 10110110 | 1011111 | 10000 |
Color Harmonies of #024D50
Complementary color
Monochromatic Colors of #024D50
Black with #024D50
Text Example
Text Example
White with #024D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D50; }
p { color: rgb(2,77,80); }
H1.HeaderClassName
{
color: #024D50;
}
.AnyTagClassName
{
color: #024D50;
}
</style>
background-color css
<style>
a { background-color: #024D50; }
a { background-color: rgb(2,77,80); }
div.DivClassName
{
background-color: #024D50;
}
.BgClassName
{
background-color: #024D50;
}
</style>
border-color css
<style>
span { border-color: #024D50; }
span { border-color: rgb(2,77,80); }
td.TdClassName
{
border-color: #024D50;
}
.TagClassName
{
border-color: #024D50;
}
</style>