Shades of Sherpa Blue #003E55
Tints of Sherpa Blue #003E55
RGB
CMYK
RGB Variations
Color information
#003E55 (or 0x003E55) is known color: Sherpa Blue. HEX triplet: 00, 3E and 55. RGB value is (0,62,85). Sum of RGB (Red+Green+Blue) = 0+62+85=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #003E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003E55 is #FFC1AA. Grayscale: #2D2D2D. Windows color (decimal): -16761259 or 5586432. OLE color: 5586432.
HSL color Cylindrical-coordinate representation of color #003E55: hue angle of 196.24º 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 #003E55 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 62 | 85 | - |
| CMYK | 1 | 0.27 | 0 | 0.67 |
| HSL | 196.24º | 1% | 0.17% | - |
| HSV(B) | 196.24º | 1% | 0.33% | - |
| XYZ | 3.36 | 4.1 | 9.21 | - |
| YUV | 46.08 | 149.96 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 85 | 1 | 0.27 | 0 | 0.67 | 196.24 | 1 | 0.17 |
| Hex | 0 | 3E | 55 | 64 | 1B | 0 | 43 | C4 | 64 | 11 |
| Octal | 0 | 76 | 125 | 144 | 33 | 0 | 103 | 304 | 144 | 21 |
| Binary | 0 | 111110 | 1010101 | 1100100 | 11011 | 0 | 1000011 | 11000100 | 1100100 | 10001 |
Color Harmonies of #003E55
Complementary color
Monochromatic Colors of #003E55
Black with #003E55
Text Example
Text Example
White with #003E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003E55; }
p { color: rgb(0,62,85); }
H1.HeaderClassName
{
color: #003E55;
}
.AnyTagClassName
{
color: #003E55;
}
</style>
background-color css
<style>
a { background-color: #003E55; }
a { background-color: rgb(0,62,85); }
div.DivClassName
{
background-color: #003E55;
}
.BgClassName
{
background-color: #003E55;
}
</style>
border-color css
<style>
span { border-color: #003E55; }
span { border-color: rgb(0,62,85); }
td.TdClassName
{
border-color: #003E55;
}
.TagClassName
{
border-color: #003E55;
}
</style>