Shades of Sherpa Blue #023B52
Tints of Sherpa Blue #023B52
RGB
CMYK
RGB Variations
Color information
#023B52 (or 0x023B52) is known color: Sherpa Blue. HEX triplet: 02, 3B and 52. RGB value is (2,59,82). Sum of RGB (Red+Green+Blue) = 2+59+82=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 82 (32.42% from 255 or 57.34% from 143); Max value from RGB is 82 - color contains mainly: blue. Hex color #023B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B52 is #FDC4AD. Grayscale: #2C2C2C. Windows color (decimal): -16630958 or 5389058. OLE color: 5389058.
HSL color Cylindrical-coordinate representation of color #023B52: hue angle of 197.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 #023B52 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 59 | 82 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.68 |
| HSL | 197.25º | 0.95% | 0.16% | - |
| HSV(B) | 197.25º | 0.98% | 0.32% | - |
| XYZ | 3.11 | 3.75 | 8.54 | - |
| YUV | 44.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 82 | 0.98 | 0.28 | 0 | 0.68 | 197.25 | 0.95 | 0.16 |
| Hex | 2 | 3B | 52 | 62 | 1C | 0 | 44 | C5 | 5F | 10 |
| Octal | 2 | 73 | 122 | 142 | 34 | 0 | 104 | 305 | 137 | 20 |
| Binary | 10 | 111011 | 1010010 | 1100010 | 11100 | 0 | 1000100 | 11000101 | 1011111 | 10000 |
Color Harmonies of #023B52
Complementary color
Monochromatic Colors of #023B52
Black with #023B52
Text Example
Text Example
White with #023B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B52; }
p { color: rgb(2,59,82); }
H1.HeaderClassName
{
color: #023B52;
}
.AnyTagClassName
{
color: #023B52;
}
</style>
background-color css
<style>
a { background-color: #023B52; }
a { background-color: rgb(2,59,82); }
div.DivClassName
{
background-color: #023B52;
}
.BgClassName
{
background-color: #023B52;
}
</style>
border-color css
<style>
span { border-color: #023B52; }
span { border-color: rgb(2,59,82); }
td.TdClassName
{
border-color: #023B52;
}
.TagClassName
{
border-color: #023B52;
}
</style>