Shades of Sherpa Blue #003D56
Tints of Sherpa Blue #003D56
RGB
CMYK
RGB Variations
Color information
#003D56 (or 0x003D56) is known color: Sherpa Blue. HEX triplet: 00, 3D and 56. RGB value is (0,61,86). Sum of RGB (Red+Green+Blue) = 0+61+86=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #003D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003D56 is #FFC2A9. Grayscale: #2D2D2D. Windows color (decimal): -16761514 or 5651712. OLE color: 5651712.
HSL color Cylindrical-coordinate representation of color #003D56: hue angle of 197.44º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D56 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 61 | 86 | - |
| CMYK | 1 | 0.29 | 0 | 0.66 |
| HSL | 197.44º | 1% | 0.17% | - |
| HSV(B) | 197.44º | 1% | 0.34% | - |
| XYZ | 3.35 | 4.01 | 9.4 | - |
| YUV | 45.61 | 150.79 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 86 | 1 | 0.29 | 0 | 0.66 | 197.44 | 1 | 0.17 |
| Hex | 0 | 3D | 56 | 64 | 1D | 0 | 42 | C5 | 64 | 11 |
| Octal | 0 | 75 | 126 | 144 | 35 | 0 | 102 | 305 | 144 | 21 |
| Binary | 0 | 111101 | 1010110 | 1100100 | 11101 | 0 | 1000010 | 11000101 | 1100100 | 10001 |
Color Harmonies of #003D56
Complementary color
Monochromatic Colors of #003D56
Black with #003D56
Text Example
Text Example
White with #003D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D56; }
p { color: rgb(0,61,86); }
H1.HeaderClassName
{
color: #003D56;
}
.AnyTagClassName
{
color: #003D56;
}
</style>
background-color css
<style>
a { background-color: #003D56; }
a { background-color: rgb(0,61,86); }
div.DivClassName
{
background-color: #003D56;
}
.BgClassName
{
background-color: #003D56;
}
</style>
border-color css
<style>
span { border-color: #003D56; }
span { border-color: rgb(0,61,86); }
td.TdClassName
{
border-color: #003D56;
}
.TagClassName
{
border-color: #003D56;
}
</style>