Shades of Sherpa Blue #024546
Tints of Sherpa Blue #024546
RGB
CMYK
RGB Variations
Color information
#024546 (or 0x024546) is known color: Sherpa Blue. HEX triplet: 02, 45 and 46. RGB value is (2,69,70). Sum of RGB (Red+Green+Blue) = 2+69+70=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #024546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024546 is #FDBAB9. Grayscale: #313131. Windows color (decimal): -16628410 or 4605186. OLE color: 4605186.
HSL color Cylindrical-coordinate representation of color #024546: hue angle of 180.88º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024546 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 69 | 70 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.73 |
| HSL | 180.88º | 0.94% | 0.14% | - |
| HSV(B) | 180.88º | 0.97% | 0.27% | - |
| XYZ | 3.26 | 4.71 | 6.53 | - |
| YUV | 49.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 70 | 0.97 | 0.01 | 0 | 0.73 | 180.88 | 0.94 | 0.14 |
| Hex | 2 | 45 | 46 | 61 | 1 | 0 | 49 | B5 | 5E | E |
| Octal | 2 | 105 | 106 | 141 | 1 | 0 | 111 | 265 | 136 | 16 |
| Binary | 10 | 1000101 | 1000110 | 1100001 | 1 | 0 | 1001001 | 10110101 | 1011110 | 1110 |
Color Harmonies of #024546
Complementary color
Monochromatic Colors of #024546
Black with #024546
Text Example
Text Example
White with #024546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024546; }
p { color: rgb(2,69,70); }
H1.HeaderClassName
{
color: #024546;
}
.AnyTagClassName
{
color: #024546;
}
</style>
background-color css
<style>
a { background-color: #024546; }
a { background-color: rgb(2,69,70); }
div.DivClassName
{
background-color: #024546;
}
.BgClassName
{
background-color: #024546;
}
</style>
border-color css
<style>
span { border-color: #024546; }
span { border-color: rgb(2,69,70); }
td.TdClassName
{
border-color: #024546;
}
.TagClassName
{
border-color: #024546;
}
</style>