Shades of Sherpa Blue #024C52
Tints of Sherpa Blue #024C52
RGB
CMYK
RGB Variations
Color information
#024C52 (or 0x024C52) is known color: Sherpa Blue. HEX triplet: 02, 4C and 52. RGB value is (2,76,82). Sum of RGB (Red+Green+Blue) = 2+76+82=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #024C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C52 is #FDB3AD. Grayscale: #363636. Windows color (decimal): -16626606 or 5393410. OLE color: 5393410.
HSL color Cylindrical-coordinate representation of color #024C52: hue angle of 184.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024C52 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 76 | 82 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.68 |
| HSL | 184.5º | 0.95% | 0.16% | - |
| HSV(B) | 184.5º | 0.98% | 0.32% | - |
| XYZ | 4.13 | 5.79 | 8.88 | - |
| YUV | 54.56 | 143.48 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 82 | 0.98 | 0.07 | 0 | 0.68 | 184.5 | 0.95 | 0.16 |
| Hex | 2 | 4C | 52 | 62 | 7 | 0 | 44 | B8 | 5F | 10 |
| Octal | 2 | 114 | 122 | 142 | 7 | 0 | 104 | 270 | 137 | 20 |
| Binary | 10 | 1001100 | 1010010 | 1100010 | 111 | 0 | 1000100 | 10111000 | 1011111 | 10000 |
Color Harmonies of #024C52
Complementary color
Monochromatic Colors of #024C52
Black with #024C52
Text Example
Text Example
White with #024C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C52; }
p { color: rgb(2,76,82); }
H1.HeaderClassName
{
color: #024C52;
}
.AnyTagClassName
{
color: #024C52;
}
</style>
background-color css
<style>
a { background-color: #024C52; }
a { background-color: rgb(2,76,82); }
div.DivClassName
{
background-color: #024C52;
}
.BgClassName
{
background-color: #024C52;
}
</style>
border-color css
<style>
span { border-color: #024C52; }
span { border-color: rgb(2,76,82); }
td.TdClassName
{
border-color: #024C52;
}
.TagClassName
{
border-color: #024C52;
}
</style>