Shades of Sherpa Blue #023E52
Tints of Sherpa Blue #023E52
RGB
CMYK
RGB Variations
Color information
#023E52 (or 0x023E52) is known color: Sherpa Blue. HEX triplet: 02, 3E and 52. RGB value is (2,62,82). Sum of RGB (Red+Green+Blue) = 2+62+82=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #023E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E52 is #FDC1AD. Grayscale: #2E2E2E. Windows color (decimal): -16630190 or 5389826. OLE color: 5389826.
HSL color Cylindrical-coordinate representation of color #023E52: hue angle of 195º 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 #023E52 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 62 | 82 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.68 |
| HSL | 195º | 0.95% | 0.16% | - |
| HSV(B) | 195º | 0.98% | 0.32% | - |
| XYZ | 3.27 | 4.07 | 8.6 | - |
| YUV | 46.34 | 148.12 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 82 | 0.98 | 0.24 | 0 | 0.68 | 195 | 0.95 | 0.16 |
| Hex | 2 | 3E | 52 | 62 | 18 | 0 | 44 | C3 | 5F | 10 |
| Octal | 2 | 76 | 122 | 142 | 30 | 0 | 104 | 303 | 137 | 20 |
| Binary | 10 | 111110 | 1010010 | 1100010 | 11000 | 0 | 1000100 | 11000011 | 1011111 | 10000 |
Color Harmonies of #023E52
Complementary color
Monochromatic Colors of #023E52
Black with #023E52
Text Example
Text Example
White with #023E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E52; }
p { color: rgb(2,62,82); }
H1.HeaderClassName
{
color: #023E52;
}
.AnyTagClassName
{
color: #023E52;
}
</style>
background-color css
<style>
a { background-color: #023E52; }
a { background-color: rgb(2,62,82); }
div.DivClassName
{
background-color: #023E52;
}
.BgClassName
{
background-color: #023E52;
}
</style>
border-color css
<style>
span { border-color: #023E52; }
span { border-color: rgb(2,62,82); }
td.TdClassName
{
border-color: #023E52;
}
.TagClassName
{
border-color: #023E52;
}
</style>