Shades of Sherpa Blue #023F52
Tints of Sherpa Blue #023F52
RGB
CMYK
RGB Variations
Color information
#023F52 (or 0x023F52) is known color: Sherpa Blue. HEX triplet: 02, 3F and 52. RGB value is (2,63,82). Sum of RGB (Red+Green+Blue) = 2+63+82=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #023F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F52 is #FDC0AD. Grayscale: #2E2E2E. Windows color (decimal): -16629934 or 5390082. OLE color: 5390082.
HSL color Cylindrical-coordinate representation of color #023F52: hue angle of 194.25º 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 #023F52 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 63 | 82 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.68 |
| HSL | 194.25º | 0.95% | 0.16% | - |
| HSV(B) | 194.25º | 0.98% | 0.32% | - |
| XYZ | 3.33 | 4.18 | 8.61 | - |
| YUV | 46.93 | 147.79 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 82 | 0.98 | 0.23 | 0 | 0.68 | 194.25 | 0.95 | 0.16 |
| Hex | 2 | 3F | 52 | 62 | 17 | 0 | 44 | C2 | 5F | 10 |
| Octal | 2 | 77 | 122 | 142 | 27 | 0 | 104 | 302 | 137 | 20 |
| Binary | 10 | 111111 | 1010010 | 1100010 | 10111 | 0 | 1000100 | 11000010 | 1011111 | 10000 |
Color Harmonies of #023F52
Complementary color
Monochromatic Colors of #023F52
Black with #023F52
Text Example
Text Example
White with #023F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023F52; }
p { color: rgb(2,63,82); }
H1.HeaderClassName
{
color: #023F52;
}
.AnyTagClassName
{
color: #023F52;
}
</style>
background-color css
<style>
a { background-color: #023F52; }
a { background-color: rgb(2,63,82); }
div.DivClassName
{
background-color: #023F52;
}
.BgClassName
{
background-color: #023F52;
}
</style>
border-color css
<style>
span { border-color: #023F52; }
span { border-color: rgb(2,63,82); }
td.TdClassName
{
border-color: #023F52;
}
.TagClassName
{
border-color: #023F52;
}
</style>