Shades of Sherpa Blue #003D4D
Tints of Sherpa Blue #003D4D
RGB
CMYK
RGB Variations
Color information
#003D4D (or 0x003D4D) is known color: Sherpa Blue. HEX triplet: 00, 3D and 4D. RGB value is (0,61,77). Sum of RGB (Red+Green+Blue) = 0+61+77=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #003D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003D4D is #FFC2B2. Grayscale: #2C2C2C. Windows color (decimal): -16761523 or 5061888. OLE color: 5061888.
HSL color Cylindrical-coordinate representation of color #003D4D: hue angle of 192.47º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D4D is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 61 | 77 | - |
| CMYK | 1 | 0.21 | 0 | 0.70 |
| HSL | 192.47º | 1% | 0.15% | - |
| HSV(B) | 192.47º | 1% | 0.3% | - |
| XYZ | 3.01 | 3.87 | 7.61 | - |
| YUV | 44.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 77 | 1 | 0.21 | 0 | 0.70 | 192.47 | 1 | 0.15 |
| Hex | 0 | 3D | 4D | 64 | 15 | 0 | 46 | C0 | 64 | F |
| Octal | 0 | 75 | 115 | 144 | 25 | 0 | 106 | 300 | 144 | 17 |
| Binary | 0 | 111101 | 1001101 | 1100100 | 10101 | 0 | 1000110 | 11000000 | 1100100 | 1111 |
Color Harmonies of #003D4D
Complementary color
Monochromatic Colors of #003D4D
Black with #003D4D
Text Example
Text Example
White with #003D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D4D; }
p { color: rgb(0,61,77); }
H1.HeaderClassName
{
color: #003D4D;
}
.AnyTagClassName
{
color: #003D4D;
}
</style>
background-color css
<style>
a { background-color: #003D4D; }
a { background-color: rgb(0,61,77); }
div.DivClassName
{
background-color: #003D4D;
}
.BgClassName
{
background-color: #003D4D;
}
</style>
border-color css
<style>
span { border-color: #003D4D; }
span { border-color: rgb(0,61,77); }
td.TdClassName
{
border-color: #003D4D;
}
.TagClassName
{
border-color: #003D4D;
}
</style>