Shades of Sherpa Blue #023C52
Tints of Sherpa Blue #023C52
RGB
CMYK
RGB Variations
Color information
#023C52 (or 0x023C52) is known color: Sherpa Blue. HEX triplet: 02, 3C and 52. RGB value is (2,60,82). Sum of RGB (Red+Green+Blue) = 2+60+82=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 82 (32.42% from 255 or 56.94% from 144); Max value from RGB is 82 - color contains mainly: blue. Hex color #023C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C52 is #FDC3AD. Grayscale: #2D2D2D. Windows color (decimal): -16630702 or 5389314. OLE color: 5389314.
HSL color Cylindrical-coordinate representation of color #023C52: hue angle of 196.5º 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 #023C52 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 60 | 82 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.68 |
| HSL | 196.5º | 0.95% | 0.16% | - |
| HSV(B) | 196.5º | 0.98% | 0.32% | - |
| XYZ | 3.16 | 3.85 | 8.56 | - |
| YUV | 45.17 | 148.78 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 82 | 0.98 | 0.27 | 0 | 0.68 | 196.5 | 0.95 | 0.16 |
| Hex | 2 | 3C | 52 | 62 | 1B | 0 | 44 | C4 | 5F | 10 |
| Octal | 2 | 74 | 122 | 142 | 33 | 0 | 104 | 304 | 137 | 20 |
| Binary | 10 | 111100 | 1010010 | 1100010 | 11011 | 0 | 1000100 | 11000100 | 1011111 | 10000 |
Color Harmonies of #023C52
Complementary color
Monochromatic Colors of #023C52
Black with #023C52
Text Example
Text Example
White with #023C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C52; }
p { color: rgb(2,60,82); }
H1.HeaderClassName
{
color: #023C52;
}
.AnyTagClassName
{
color: #023C52;
}
</style>
background-color css
<style>
a { background-color: #023C52; }
a { background-color: rgb(2,60,82); }
div.DivClassName
{
background-color: #023C52;
}
.BgClassName
{
background-color: #023C52;
}
</style>
border-color css
<style>
span { border-color: #023C52; }
span { border-color: rgb(2,60,82); }
td.TdClassName
{
border-color: #023C52;
}
.TagClassName
{
border-color: #023C52;
}
</style>