Shades of Sherpa Blue #024C58
Tints of Sherpa Blue #024C58
RGB
CMYK
RGB Variations
Color information
#024C58 (or 0x024C58) is known color: Sherpa Blue. HEX triplet: 02, 4C and 58. RGB value is (2,76,88). Sum of RGB (Red+Green+Blue) = 2+76+88=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #024C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C58 is #FDB3A7. Grayscale: #373737. Windows color (decimal): -16626600 or 5786626. OLE color: 5786626.
HSL color Cylindrical-coordinate representation of color #024C58: hue angle of 188.37º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024C58 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 76 | 88 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.65 |
| HSL | 188.37º | 0.96% | 0.18% | - |
| HSV(B) | 188.37º | 0.98% | 0.35% | - |
| XYZ | 4.37 | 5.89 | 10.14 | - |
| YUV | 55.24 | 146.48 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 88 | 0.98 | 0.14 | 0 | 0.65 | 188.37 | 0.96 | 0.18 |
| Hex | 2 | 4C | 58 | 62 | E | 0 | 41 | BC | 60 | 12 |
| Octal | 2 | 114 | 130 | 142 | 16 | 0 | 101 | 274 | 140 | 22 |
| Binary | 10 | 1001100 | 1011000 | 1100010 | 1110 | 0 | 1000001 | 10111100 | 1100000 | 10010 |
Color Harmonies of #024C58
Complementary color
Monochromatic Colors of #024C58
Black with #024C58
Text Example
Text Example
White with #024C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C58; }
p { color: rgb(2,76,88); }
H1.HeaderClassName
{
color: #024C58;
}
.AnyTagClassName
{
color: #024C58;
}
</style>
background-color css
<style>
a { background-color: #024C58; }
a { background-color: rgb(2,76,88); }
div.DivClassName
{
background-color: #024C58;
}
.BgClassName
{
background-color: #024C58;
}
</style>
border-color css
<style>
span { border-color: #024C58; }
span { border-color: rgb(2,76,88); }
td.TdClassName
{
border-color: #024C58;
}
.TagClassName
{
border-color: #024C58;
}
</style>