Shades of Sherpa Blue #024949
Tints of Sherpa Blue #024949
RGB
CMYK
RGB Variations
Color information
#024949 (or 0x024949) is known color: Sherpa Blue. HEX triplet: 02, 49 and 49. RGB value is (2,73,73). Sum of RGB (Red+Green+Blue) = 2+73+73=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #024949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024949 is #FDB6B6. Grayscale: #333333. Windows color (decimal): -16627383 or 4802818. OLE color: 4802818.
HSL color Cylindrical-coordinate representation of color #024949: hue angle of 180º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024949 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 73 | 73 | - |
| CMYK | 0.97 | 0 | 0 | 0.71 |
| HSL | 180º | 0.95% | 0.15% | - |
| HSV(B) | 180º | 0.97% | 0.29% | - |
| XYZ | 3.61 | 5.26 | 7.13 | - |
| YUV | 51.77 | 139.98 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 73 | 0.97 | 0 | 0 | 0.71 | 180 | 0.95 | 0.15 |
| Hex | 2 | 49 | 49 | 61 | 0 | 0 | 47 | B4 | 5F | F |
| Octal | 2 | 111 | 111 | 141 | 0 | 0 | 107 | 264 | 137 | 17 |
| Binary | 10 | 1001001 | 1001001 | 1100001 | 0 | 0 | 1000111 | 10110100 | 1011111 | 1111 |
Color Harmonies of #024949
Complementary color
Monochromatic Colors of #024949
Black with #024949
Text Example
Text Example
White with #024949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024949; }
p { color: rgb(2,73,73); }
H1.HeaderClassName
{
color: #024949;
}
.AnyTagClassName
{
color: #024949;
}
</style>
background-color css
<style>
a { background-color: #024949; }
a { background-color: rgb(2,73,73); }
div.DivClassName
{
background-color: #024949;
}
.BgClassName
{
background-color: #024949;
}
</style>
border-color css
<style>
span { border-color: #024949; }
span { border-color: rgb(2,73,73); }
td.TdClassName
{
border-color: #024949;
}
.TagClassName
{
border-color: #024949;
}
</style>