Shades of Sherpa Blue #003D40
Tints of Sherpa Blue #003D40
RGB
CMYK
RGB Variations
Color information
#003D40 (or 0x003D40) is known color: Sherpa Blue. HEX triplet: 00, 3D and 40. RGB value is (0,61,64). Sum of RGB (Red+Green+Blue) = 0+61+64=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 61 (24.22% from 255 or 48.8% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #003D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D40 is #FFC2BF. Grayscale: #2B2B2B. Windows color (decimal): -16761536 or 4209920. OLE color: 4209920.
HSL color Cylindrical-coordinate representation of color #003D40: hue angle of 182.81º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D40 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 61 | 64 | - |
| CMYK | 1 | 0.05 | 0 | 0.75 |
| HSL | 182.81º | 1% | 0.13% | - |
| HSV(B) | 182.81º | 1% | 0.25% | - |
| XYZ | 2.59 | 3.71 | 5.43 | - |
| YUV | 43.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 64 | 1 | 0.05 | 0 | 0.75 | 182.81 | 1 | 0.13 |
| Hex | 0 | 3D | 40 | 64 | 5 | 0 | 4B | B7 | 64 | D |
| Octal | 0 | 75 | 100 | 144 | 5 | 0 | 113 | 267 | 144 | 15 |
| Binary | 0 | 111101 | 1000000 | 1100100 | 101 | 0 | 1001011 | 10110111 | 1100100 | 1101 |
Color Harmonies of #003D40
Complementary color
Monochromatic Colors of #003D40
Black with #003D40
Text Example
Text Example
White with #003D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D40; }
p { color: rgb(0,61,64); }
H1.HeaderClassName
{
color: #003D40;
}
.AnyTagClassName
{
color: #003D40;
}
</style>
background-color css
<style>
a { background-color: #003D40; }
a { background-color: rgb(0,61,64); }
div.DivClassName
{
background-color: #003D40;
}
.BgClassName
{
background-color: #003D40;
}
</style>
border-color css
<style>
span { border-color: #003D40; }
span { border-color: rgb(0,61,64); }
td.TdClassName
{
border-color: #003D40;
}
.TagClassName
{
border-color: #003D40;
}
</style>