Shades of Sherpa Blue #023D50
Tints of Sherpa Blue #023D50
RGB
CMYK
RGB Variations
Color information
#023D50 (or 0x023D50) is known color: Sherpa Blue. HEX triplet: 02, 3D and 50. RGB value is (2,61,80). Sum of RGB (Red+Green+Blue) = 2+61+80=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #023D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023D50 is #FDC2AF. Grayscale: #2D2D2D. Windows color (decimal): -16630448 or 5258498. OLE color: 5258498.
HSL color Cylindrical-coordinate representation of color #023D50: hue angle of 194.62º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023D50 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 61 | 80 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.69 |
| HSL | 194.62º | 0.95% | 0.16% | - |
| HSV(B) | 194.62º | 0.98% | 0.31% | - |
| XYZ | 3.14 | 3.93 | 8.18 | - |
| YUV | 45.53 | 147.45 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 80 | 0.98 | 0.24 | 0 | 0.69 | 194.62 | 0.95 | 0.16 |
| Hex | 2 | 3D | 50 | 62 | 18 | 0 | 45 | C3 | 5F | 10 |
| Octal | 2 | 75 | 120 | 142 | 30 | 0 | 105 | 303 | 137 | 20 |
| Binary | 10 | 111101 | 1010000 | 1100010 | 11000 | 0 | 1000101 | 11000011 | 1011111 | 10000 |
Color Harmonies of #023D50
Complementary color
Monochromatic Colors of #023D50
Black with #023D50
Text Example
Text Example
White with #023D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D50; }
p { color: rgb(2,61,80); }
H1.HeaderClassName
{
color: #023D50;
}
.AnyTagClassName
{
color: #023D50;
}
</style>
background-color css
<style>
a { background-color: #023D50; }
a { background-color: rgb(2,61,80); }
div.DivClassName
{
background-color: #023D50;
}
.BgClassName
{
background-color: #023D50;
}
</style>
border-color css
<style>
span { border-color: #023D50; }
span { border-color: rgb(2,61,80); }
td.TdClassName
{
border-color: #023D50;
}
.TagClassName
{
border-color: #023D50;
}
</style>