Shades of Sherpa Blue #003F4F
Tints of Sherpa Blue #003F4F
RGB
CMYK
RGB Variations
Color information
#003F4F (or 0x003F4F) is known color: Sherpa Blue. HEX triplet: 00, 3F and 4F. RGB value is (0,63,79). Sum of RGB (Red+Green+Blue) = 0+63+79=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #003F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F4F is #FFC0B0. Grayscale: #2D2D2D. Windows color (decimal): -16761009 or 5193472. OLE color: 5193472.
HSL color Cylindrical-coordinate representation of color #003F4F: hue angle of 192.15º 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 #003F4F is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 63 | 79 | - |
| CMYK | 1 | 0.20 | 0 | 0.69 |
| HSL | 192.15º | 1% | 0.15% | - |
| HSV(B) | 192.15º | 1% | 0.31% | - |
| XYZ | 3.19 | 4.12 | 8.02 | - |
| YUV | 45.99 | 146.63 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 79 | 1 | 0.20 | 0 | 0.69 | 192.15 | 1 | 0.15 |
| Hex | 0 | 3F | 4F | 64 | 14 | 0 | 45 | C0 | 64 | F |
| Octal | 0 | 77 | 117 | 144 | 24 | 0 | 105 | 300 | 144 | 17 |
| Binary | 0 | 111111 | 1001111 | 1100100 | 10100 | 0 | 1000101 | 11000000 | 1100100 | 1111 |
Color Harmonies of #003F4F
Complementary color
Monochromatic Colors of #003F4F
Black with #003F4F
Text Example
Text Example
White with #003F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F4F; }
p { color: rgb(0,63,79); }
H1.HeaderClassName
{
color: #003F4F;
}
.AnyTagClassName
{
color: #003F4F;
}
</style>
background-color css
<style>
a { background-color: #003F4F; }
a { background-color: rgb(0,63,79); }
div.DivClassName
{
background-color: #003F4F;
}
.BgClassName
{
background-color: #003F4F;
}
</style>
border-color css
<style>
span { border-color: #003F4F; }
span { border-color: rgb(0,63,79); }
td.TdClassName
{
border-color: #003F4F;
}
.TagClassName
{
border-color: #003F4F;
}
</style>