Shades of Sherpa Blue #003D55
Tints of Sherpa Blue #003D55
RGB
CMYK
RGB Variations
Color information
#003D55 (or 0x003D55) is known color: Sherpa Blue. HEX triplet: 00, 3D and 55. RGB value is (0,61,85). Sum of RGB (Red+Green+Blue) = 0+61+85=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #003D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003D55 is #FFC2AA. Grayscale: #2D2D2D. Windows color (decimal): -16761515 or 5586176. OLE color: 5586176.
HSL color Cylindrical-coordinate representation of color #003D55: hue angle of 196.94º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D55 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 61 | 85 | - |
| CMYK | 1 | 0.28 | 0 | 0.67 |
| HSL | 196.94º | 1% | 0.17% | - |
| HSV(B) | 196.94º | 1% | 0.33% | - |
| XYZ | 3.31 | 3.99 | 9.19 | - |
| YUV | 45.5 | 150.29 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 85 | 1 | 0.28 | 0 | 0.67 | 196.94 | 1 | 0.17 |
| Hex | 0 | 3D | 55 | 64 | 1C | 0 | 43 | C5 | 64 | 11 |
| Octal | 0 | 75 | 125 | 144 | 34 | 0 | 103 | 305 | 144 | 21 |
| Binary | 0 | 111101 | 1010101 | 1100100 | 11100 | 0 | 1000011 | 11000101 | 1100100 | 10001 |
Color Harmonies of #003D55
Complementary color
Monochromatic Colors of #003D55
Black with #003D55
Text Example
Text Example
White with #003D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D55; }
p { color: rgb(0,61,85); }
H1.HeaderClassName
{
color: #003D55;
}
.AnyTagClassName
{
color: #003D55;
}
</style>
background-color css
<style>
a { background-color: #003D55; }
a { background-color: rgb(0,61,85); }
div.DivClassName
{
background-color: #003D55;
}
.BgClassName
{
background-color: #003D55;
}
</style>
border-color css
<style>
span { border-color: #003D55; }
span { border-color: rgb(0,61,85); }
td.TdClassName
{
border-color: #003D55;
}
.TagClassName
{
border-color: #003D55;
}
</style>