Shades of Sherpa Blue #024D55
Tints of Sherpa Blue #024D55
RGB
CMYK
RGB Variations
Color information
#024D55 (or 0x024D55) is known color: Sherpa Blue. HEX triplet: 02, 4D and 55. RGB value is (2,77,85). Sum of RGB (Red+Green+Blue) = 2+77+85=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #024D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D55 is #FDB2AA. Grayscale: #373737. Windows color (decimal): -16626347 or 5590274. OLE color: 5590274.
HSL color Cylindrical-coordinate representation of color #024D55: hue angle of 185.78º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024D55 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 77 | 85 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.67 |
| HSL | 185.78º | 0.95% | 0.17% | - |
| HSV(B) | 185.78º | 0.98% | 0.33% | - |
| XYZ | 4.32 | 5.98 | 9.52 | - |
| YUV | 55.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 85 | 0.98 | 0.09 | 0 | 0.67 | 185.78 | 0.95 | 0.17 |
| Hex | 2 | 4D | 55 | 62 | 9 | 0 | 43 | BA | 5F | 11 |
| Octal | 2 | 115 | 125 | 142 | 11 | 0 | 103 | 272 | 137 | 21 |
| Binary | 10 | 1001101 | 1010101 | 1100010 | 1001 | 0 | 1000011 | 10111010 | 1011111 | 10001 |
Color Harmonies of #024D55
Complementary color
Monochromatic Colors of #024D55
Black with #024D55
Text Example
Text Example
White with #024D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D55; }
p { color: rgb(2,77,85); }
H1.HeaderClassName
{
color: #024D55;
}
.AnyTagClassName
{
color: #024D55;
}
</style>
background-color css
<style>
a { background-color: #024D55; }
a { background-color: rgb(2,77,85); }
div.DivClassName
{
background-color: #024D55;
}
.BgClassName
{
background-color: #024D55;
}
</style>
border-color css
<style>
span { border-color: #024D55; }
span { border-color: rgb(2,77,85); }
td.TdClassName
{
border-color: #024D55;
}
.TagClassName
{
border-color: #024D55;
}
</style>