Shades of Sherpa Blue #023D4D
Tints of Sherpa Blue #023D4D
RGB
CMYK
RGB Variations
Color information
#023D4D (or 0x023D4D) is known color: Sherpa Blue. HEX triplet: 02, 3D and 4D. RGB value is (2,61,77). Sum of RGB (Red+Green+Blue) = 2+61+77=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #023D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023D4D is #FDC2B2. Grayscale: #2D2D2D. Windows color (decimal): -16630451 or 5061890. OLE color: 5061890.
HSL color Cylindrical-coordinate representation of color #023D4D: hue angle of 192.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023D4D is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 61 | 77 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.70 |
| HSL | 192.8º | 0.95% | 0.15% | - |
| HSV(B) | 192.8º | 0.97% | 0.3% | - |
| XYZ | 3.03 | 3.89 | 7.61 | - |
| YUV | 45.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 77 | 0.97 | 0.21 | 0 | 0.70 | 192.8 | 0.95 | 0.15 |
| Hex | 2 | 3D | 4D | 61 | 15 | 0 | 46 | C1 | 5F | F |
| Octal | 2 | 75 | 115 | 141 | 25 | 0 | 106 | 301 | 137 | 17 |
| Binary | 10 | 111101 | 1001101 | 1100001 | 10101 | 0 | 1000110 | 11000001 | 1011111 | 1111 |
Color Harmonies of #023D4D
Complementary color
Monochromatic Colors of #023D4D
Black with #023D4D
Text Example
Text Example
White with #023D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D4D; }
p { color: rgb(2,61,77); }
H1.HeaderClassName
{
color: #023D4D;
}
.AnyTagClassName
{
color: #023D4D;
}
</style>
background-color css
<style>
a { background-color: #023D4D; }
a { background-color: rgb(2,61,77); }
div.DivClassName
{
background-color: #023D4D;
}
.BgClassName
{
background-color: #023D4D;
}
</style>
border-color css
<style>
span { border-color: #023D4D; }
span { border-color: rgb(2,61,77); }
td.TdClassName
{
border-color: #023D4D;
}
.TagClassName
{
border-color: #023D4D;
}
</style>