Shades of Sherpa Blue #003F49
Tints of Sherpa Blue #003F49
RGB
CMYK
RGB Variations
Color information
#003F49 (or 0x003F49) is known color: Sherpa Blue. HEX triplet: 00, 3F and 49. RGB value is (0,63,73). Sum of RGB (Red+Green+Blue) = 0+63+73=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #003F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F49 is #FFC0B6. Grayscale: #2D2D2D. Windows color (decimal): -16761015 or 4800256. OLE color: 4800256.
HSL color Cylindrical-coordinate representation of color #003F49: hue angle of 188.22º 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 #003F49 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 63 | 73 | - |
| CMYK | 1 | 0.14 | 0 | 0.71 |
| HSL | 188.22º | 1% | 0.14% | - |
| HSV(B) | 188.22º | 1% | 0.29% | - |
| XYZ | 2.98 | 4.04 | 6.93 | - |
| YUV | 45.3 | 143.63 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 73 | 1 | 0.14 | 0 | 0.71 | 188.22 | 1 | 0.14 |
| Hex | 0 | 3F | 49 | 64 | E | 0 | 47 | BC | 64 | E |
| Octal | 0 | 77 | 111 | 144 | 16 | 0 | 107 | 274 | 144 | 16 |
| Binary | 0 | 111111 | 1001001 | 1100100 | 1110 | 0 | 1000111 | 10111100 | 1100100 | 1110 |
Color Harmonies of #003F49
Complementary color
Monochromatic Colors of #003F49
Black with #003F49
Text Example
Text Example
White with #003F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F49; }
p { color: rgb(0,63,73); }
H1.HeaderClassName
{
color: #003F49;
}
.AnyTagClassName
{
color: #003F49;
}
</style>
background-color css
<style>
a { background-color: #003F49; }
a { background-color: rgb(0,63,73); }
div.DivClassName
{
background-color: #003F49;
}
.BgClassName
{
background-color: #003F49;
}
</style>
border-color css
<style>
span { border-color: #003F49; }
span { border-color: rgb(0,63,73); }
td.TdClassName
{
border-color: #003F49;
}
.TagClassName
{
border-color: #003F49;
}
</style>