Shades of Sherpa Blue #003F47
Tints of Sherpa Blue #003F47
RGB
CMYK
RGB Variations
Color information
#003F47 (or 0x003F47) is known color: Sherpa Blue. HEX triplet: 00, 3F and 47. RGB value is (0,63,71). Sum of RGB (Red+Green+Blue) = 0+63+71=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #003F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F47 is #FFC0B8. Grayscale: #2C2C2C. Windows color (decimal): -16761017 or 4669184. OLE color: 4669184.
HSL color Cylindrical-coordinate representation of color #003F47: hue angle of 186.76º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F47 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 63 | 71 | - |
| CMYK | 1 | 0.11 | 0 | 0.72 |
| HSL | 186.76º | 1% | 0.14% | - |
| HSV(B) | 186.76º | 1% | 0.28% | - |
| XYZ | 2.91 | 4.01 | 6.58 | - |
| YUV | 45.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 71 | 1 | 0.11 | 0 | 0.72 | 186.76 | 1 | 0.14 |
| Hex | 0 | 3F | 47 | 64 | B | 0 | 48 | BB | 64 | E |
| Octal | 0 | 77 | 107 | 144 | 13 | 0 | 110 | 273 | 144 | 16 |
| Binary | 0 | 111111 | 1000111 | 1100100 | 1011 | 0 | 1001000 | 10111011 | 1100100 | 1110 |
Color Harmonies of #003F47
Complementary color
Monochromatic Colors of #003F47
Black with #003F47
Text Example
Text Example
White with #003F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F47; }
p { color: rgb(0,63,71); }
H1.HeaderClassName
{
color: #003F47;
}
.AnyTagClassName
{
color: #003F47;
}
</style>
background-color css
<style>
a { background-color: #003F47; }
a { background-color: rgb(0,63,71); }
div.DivClassName
{
background-color: #003F47;
}
.BgClassName
{
background-color: #003F47;
}
</style>
border-color css
<style>
span { border-color: #003F47; }
span { border-color: rgb(0,63,71); }
td.TdClassName
{
border-color: #003F47;
}
.TagClassName
{
border-color: #003F47;
}
</style>