Shades of Sherpa Blue #023D4C
Tints of Sherpa Blue #023D4C
RGB
CMYK
RGB Variations
Color information
#023D4C (or 0x023D4C) is known color: Sherpa Blue. HEX triplet: 02, 3D and 4C. RGB value is (2,61,76). Sum of RGB (Red+Green+Blue) = 2+61+76=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #023D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D4C is #FDC2B3. Grayscale: #2C2C2C. Windows color (decimal): -16630452 or 4996354. OLE color: 4996354.
HSL color Cylindrical-coordinate representation of color #023D4C: hue angle of 192.16º 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 #023D4C is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 61 | 76 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.70 |
| HSL | 192.16º | 0.95% | 0.15% | - |
| HSV(B) | 192.16º | 0.97% | 0.3% | - |
| XYZ | 3 | 3.87 | 7.43 | - |
| YUV | 45.07 | 145.45 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 76 | 0.97 | 0.20 | 0 | 0.70 | 192.16 | 0.95 | 0.15 |
| Hex | 2 | 3D | 4C | 61 | 14 | 0 | 46 | C0 | 5F | F |
| Octal | 2 | 75 | 114 | 141 | 24 | 0 | 106 | 300 | 137 | 17 |
| Binary | 10 | 111101 | 1001100 | 1100001 | 10100 | 0 | 1000110 | 11000000 | 1011111 | 1111 |
Color Harmonies of #023D4C
Complementary color
Monochromatic Colors of #023D4C
Black with #023D4C
Text Example
Text Example
White with #023D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D4C; }
p { color: rgb(2,61,76); }
H1.HeaderClassName
{
color: #023D4C;
}
.AnyTagClassName
{
color: #023D4C;
}
</style>
background-color css
<style>
a { background-color: #023D4C; }
a { background-color: rgb(2,61,76); }
div.DivClassName
{
background-color: #023D4C;
}
.BgClassName
{
background-color: #023D4C;
}
</style>
border-color css
<style>
span { border-color: #023D4C; }
span { border-color: rgb(2,61,76); }
td.TdClassName
{
border-color: #023D4C;
}
.TagClassName
{
border-color: #023D4C;
}
</style>