Shades of Sherpa Blue #023440
Tints of Sherpa Blue #023440
RGB
CMYK
RGB Variations
Color information
#023440 (or 0x023440) is known color: Sherpa Blue. HEX triplet: 02, 34 and 40. RGB value is (2,52,64). Sum of RGB (Red+Green+Blue) = 2+52+64=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #023440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023440 is #FDCBBF. Grayscale: #262626. Windows color (decimal): -16632768 or 4207618. OLE color: 4207618.
HSL color Cylindrical-coordinate representation of color #023440: hue angle of 191.61º 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 #023440 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 52 | 64 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.75 |
| HSL | 191.61º | 0.94% | 0.13% | - |
| HSV(B) | 191.61º | 0.97% | 0.25% | - |
| XYZ | 2.18 | 2.84 | 5.28 | - |
| YUV | 38.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 64 | 0.97 | 0.19 | 0 | 0.75 | 191.61 | 0.94 | 0.13 |
| Hex | 2 | 34 | 40 | 61 | 13 | 0 | 4B | C0 | 5E | D |
| Octal | 2 | 64 | 100 | 141 | 23 | 0 | 113 | 300 | 136 | 15 |
| Binary | 10 | 110100 | 1000000 | 1100001 | 10011 | 0 | 1001011 | 11000000 | 1011110 | 1101 |
Color Harmonies of #023440
Complementary color
Monochromatic Colors of #023440
Black with #023440
Text Example
Text Example
White with #023440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023440; }
p { color: rgb(2,52,64); }
H1.HeaderClassName
{
color: #023440;
}
.AnyTagClassName
{
color: #023440;
}
</style>
background-color css
<style>
a { background-color: #023440; }
a { background-color: rgb(2,52,64); }
div.DivClassName
{
background-color: #023440;
}
.BgClassName
{
background-color: #023440;
}
</style>
border-color css
<style>
span { border-color: #023440; }
span { border-color: rgb(2,52,64); }
td.TdClassName
{
border-color: #023440;
}
.TagClassName
{
border-color: #023440;
}
</style>