Shades of Sherpa Blue #003E49
Tints of Sherpa Blue #003E49
RGB
CMYK
RGB Variations
Color information
#003E49 (or 0x003E49) is known color: Sherpa Blue. HEX triplet: 00, 3E and 49. RGB value is (0,62,73). Sum of RGB (Red+Green+Blue) = 0+62+73=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 62 (24.61% from 255 or 45.93% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #003E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003E49 is #FFC1B6. Grayscale: #2C2C2C. Windows color (decimal): -16761271 or 4800000. OLE color: 4800000.
HSL color Cylindrical-coordinate representation of color #003E49: hue angle of 189.04º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E49 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 62 | 73 | - |
| CMYK | 1 | 0.15 | 0 | 0.71 |
| HSL | 189.04º | 1% | 0.14% | - |
| HSV(B) | 189.04º | 1% | 0.29% | - |
| XYZ | 2.93 | 3.93 | 6.91 | - |
| YUV | 44.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 73 | 1 | 0.15 | 0 | 0.71 | 189.04 | 1 | 0.14 |
| Hex | 0 | 3E | 49 | 64 | F | 0 | 47 | BD | 64 | E |
| Octal | 0 | 76 | 111 | 144 | 17 | 0 | 107 | 275 | 144 | 16 |
| Binary | 0 | 111110 | 1001001 | 1100100 | 1111 | 0 | 1000111 | 10111101 | 1100100 | 1110 |
Color Harmonies of #003E49
Complementary color
Monochromatic Colors of #003E49
Black with #003E49
Text Example
Text Example
White with #003E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003E49; }
p { color: rgb(0,62,73); }
H1.HeaderClassName
{
color: #003E49;
}
.AnyTagClassName
{
color: #003E49;
}
</style>
background-color css
<style>
a { background-color: #003E49; }
a { background-color: rgb(0,62,73); }
div.DivClassName
{
background-color: #003E49;
}
.BgClassName
{
background-color: #003E49;
}
</style>
border-color css
<style>
span { border-color: #003E49; }
span { border-color: rgb(0,62,73); }
td.TdClassName
{
border-color: #003E49;
}
.TagClassName
{
border-color: #003E49;
}
</style>