Shades of Sherpa Blue #023840
Tints of Sherpa Blue #023840
RGB
CMYK
RGB Variations
Color information
#023840 (or 0x023840) is known color: Sherpa Blue. HEX triplet: 02, 38 and 40. RGB value is (2,56,64). Sum of RGB (Red+Green+Blue) = 2+56+64=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #023840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023840 is #FDC7BF. Grayscale: #282828. Windows color (decimal): -16631744 or 4208642. OLE color: 4208642.
HSL color Cylindrical-coordinate representation of color #023840: hue angle of 187.74º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023840 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 56 | 64 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.75 |
| HSL | 187.74º | 0.94% | 0.13% | - |
| HSV(B) | 187.74º | 0.97% | 0.25% | - |
| XYZ | 2.36 | 3.21 | 5.35 | - |
| YUV | 40.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 64 | 0.97 | 0.13 | 0 | 0.75 | 187.74 | 0.94 | 0.13 |
| Hex | 2 | 38 | 40 | 61 | D | 0 | 4B | BC | 5E | D |
| Octal | 2 | 70 | 100 | 141 | 15 | 0 | 113 | 274 | 136 | 15 |
| Binary | 10 | 111000 | 1000000 | 1100001 | 1101 | 0 | 1001011 | 10111100 | 1011110 | 1101 |
Color Harmonies of #023840
Complementary color
Monochromatic Colors of #023840
Black with #023840
Text Example
Text Example
White with #023840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023840; }
p { color: rgb(2,56,64); }
H1.HeaderClassName
{
color: #023840;
}
.AnyTagClassName
{
color: #023840;
}
</style>
background-color css
<style>
a { background-color: #023840; }
a { background-color: rgb(2,56,64); }
div.DivClassName
{
background-color: #023840;
}
.BgClassName
{
background-color: #023840;
}
</style>
border-color css
<style>
span { border-color: #023840; }
span { border-color: rgb(2,56,64); }
td.TdClassName
{
border-color: #023840;
}
.TagClassName
{
border-color: #023840;
}
</style>