Shades of Sherpa Blue #003F4E
Tints of Sherpa Blue #003F4E
RGB
CMYK
RGB Variations
Color information
#003F4E (or 0x003F4E) is known color: Sherpa Blue. HEX triplet: 00, 3F and 4E. RGB value is (0,63,78). Sum of RGB (Red+Green+Blue) = 0+63+78=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #003F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F4E is #FFC0B1. Grayscale: #2D2D2D. Windows color (decimal): -16761010 or 5127936. OLE color: 5127936.
HSL color Cylindrical-coordinate representation of color #003F4E: hue angle of 191.54º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F4E is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 63 | 78 | - |
| CMYK | 1 | 0.19 | 0 | 0.69 |
| HSL | 191.54º | 1% | 0.15% | - |
| HSV(B) | 191.54º | 1% | 0.31% | - |
| XYZ | 3.15 | 4.11 | 7.83 | - |
| YUV | 45.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 78 | 1 | 0.19 | 0 | 0.69 | 191.54 | 1 | 0.15 |
| Hex | 0 | 3F | 4E | 64 | 13 | 0 | 45 | C0 | 64 | F |
| Octal | 0 | 77 | 116 | 144 | 23 | 0 | 105 | 300 | 144 | 17 |
| Binary | 0 | 111111 | 1001110 | 1100100 | 10011 | 0 | 1000101 | 11000000 | 1100100 | 1111 |
Color Harmonies of #003F4E
Complementary color
Monochromatic Colors of #003F4E
Black with #003F4E
Text Example
Text Example
White with #003F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F4E; }
p { color: rgb(0,63,78); }
H1.HeaderClassName
{
color: #003F4E;
}
.AnyTagClassName
{
color: #003F4E;
}
</style>
background-color css
<style>
a { background-color: #003F4E; }
a { background-color: rgb(0,63,78); }
div.DivClassName
{
background-color: #003F4E;
}
.BgClassName
{
background-color: #003F4E;
}
</style>
border-color css
<style>
span { border-color: #003F4E; }
span { border-color: rgb(0,63,78); }
td.TdClassName
{
border-color: #003F4E;
}
.TagClassName
{
border-color: #003F4E;
}
</style>