Shades of Sherpa Blue #023C55
Tints of Sherpa Blue #023C55
RGB
CMYK
RGB Variations
Color information
#023C55 (or 0x023C55) is known color: Sherpa Blue. HEX triplet: 02, 3C and 55. RGB value is (2,60,85). Sum of RGB (Red+Green+Blue) = 2+60+85=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #023C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C55 is #FDC3AA. Grayscale: #2D2D2D. Windows color (decimal): -16630699 or 5585922. OLE color: 5585922.
HSL color Cylindrical-coordinate representation of color #023C55: hue angle of 198.07º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023C55 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 60 | 85 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.67 |
| HSL | 198.07º | 0.95% | 0.17% | - |
| HSV(B) | 198.07º | 0.98% | 0.33% | - |
| XYZ | 3.28 | 3.9 | 9.17 | - |
| YUV | 45.51 | 150.28 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 85 | 0.98 | 0.29 | 0 | 0.67 | 198.07 | 0.95 | 0.17 |
| Hex | 2 | 3C | 55 | 62 | 1D | 0 | 43 | C6 | 5F | 11 |
| Octal | 2 | 74 | 125 | 142 | 35 | 0 | 103 | 306 | 137 | 21 |
| Binary | 10 | 111100 | 1010101 | 1100010 | 11101 | 0 | 1000011 | 11000110 | 1011111 | 10001 |
Color Harmonies of #023C55
Complementary color
Monochromatic Colors of #023C55
Black with #023C55
Text Example
Text Example
White with #023C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C55; }
p { color: rgb(2,60,85); }
H1.HeaderClassName
{
color: #023C55;
}
.AnyTagClassName
{
color: #023C55;
}
</style>
background-color css
<style>
a { background-color: #023C55; }
a { background-color: rgb(2,60,85); }
div.DivClassName
{
background-color: #023C55;
}
.BgClassName
{
background-color: #023C55;
}
</style>
border-color css
<style>
span { border-color: #023C55; }
span { border-color: rgb(2,60,85); }
td.TdClassName
{
border-color: #023C55;
}
.TagClassName
{
border-color: #023C55;
}
</style>