Shades of Sherpa Blue #024A52
Tints of Sherpa Blue #024A52
RGB
CMYK
RGB Variations
Color information
#024A52 (or 0x024A52) is known color: Sherpa Blue. HEX triplet: 02, 4A and 52. RGB value is (2,74,82). Sum of RGB (Red+Green+Blue) = 2+74+82=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #024A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A52 is #FDB5AD. Grayscale: #353535. Windows color (decimal): -16627118 or 5392898. OLE color: 5392898.
HSL color Cylindrical-coordinate representation of color #024A52: hue angle of 186º 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 #024A52 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 74 | 82 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.68 |
| HSL | 186º | 0.95% | 0.16% | - |
| HSV(B) | 186º | 0.98% | 0.32% | - |
| XYZ | 4 | 5.52 | 8.84 | - |
| YUV | 53.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 82 | 0.98 | 0.10 | 0 | 0.68 | 186 | 0.95 | 0.16 |
| Hex | 2 | 4A | 52 | 62 | A | 0 | 44 | BA | 5F | 10 |
| Octal | 2 | 112 | 122 | 142 | 12 | 0 | 104 | 272 | 137 | 20 |
| Binary | 10 | 1001010 | 1010010 | 1100010 | 1010 | 0 | 1000100 | 10111010 | 1011111 | 10000 |
Color Harmonies of #024A52
Complementary color
Monochromatic Colors of #024A52
Black with #024A52
Text Example
Text Example
White with #024A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A52; }
p { color: rgb(2,74,82); }
H1.HeaderClassName
{
color: #024A52;
}
.AnyTagClassName
{
color: #024A52;
}
</style>
background-color css
<style>
a { background-color: #024A52; }
a { background-color: rgb(2,74,82); }
div.DivClassName
{
background-color: #024A52;
}
.BgClassName
{
background-color: #024A52;
}
</style>
border-color css
<style>
span { border-color: #024A52; }
span { border-color: rgb(2,74,82); }
td.TdClassName
{
border-color: #024A52;
}
.TagClassName
{
border-color: #024A52;
}
</style>