Shades of Sherpa Blue #003F4A
Tints of Sherpa Blue #003F4A
RGB
CMYK
RGB Variations
Color information
#003F4A (or 0x003F4A) is known color: Sherpa Blue. HEX triplet: 00, 3F and 4A. RGB value is (0,63,74). Sum of RGB (Red+Green+Blue) = 0+63+74=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 74 (29.30% from 255 or 54.01% from 137); Max value from RGB is 74 - color contains mainly: blue. Hex color #003F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F4A is #FFC0B5. Grayscale: #2D2D2D. Windows color (decimal): -16761014 or 4865792. OLE color: 4865792.
HSL color Cylindrical-coordinate representation of color #003F4A: hue angle of 188.92º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F4A is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 63 | 74 | - |
| CMYK | 1 | 0.15 | 0 | 0.71 |
| HSL | 188.92º | 1% | 0.15% | - |
| HSV(B) | 188.92º | 1% | 0.29% | - |
| XYZ | 3.01 | 4.05 | 7.1 | - |
| YUV | 45.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 74 | 1 | 0.15 | 0 | 0.71 | 188.92 | 1 | 0.15 |
| Hex | 0 | 3F | 4A | 64 | F | 0 | 47 | BD | 64 | F |
| Octal | 0 | 77 | 112 | 144 | 17 | 0 | 107 | 275 | 144 | 17 |
| Binary | 0 | 111111 | 1001010 | 1100100 | 1111 | 0 | 1000111 | 10111101 | 1100100 | 1111 |
Color Harmonies of #003F4A
Complementary color
Monochromatic Colors of #003F4A
Black with #003F4A
Text Example
Text Example
White with #003F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F4A; }
p { color: rgb(0,63,74); }
H1.HeaderClassName
{
color: #003F4A;
}
.AnyTagClassName
{
color: #003F4A;
}
</style>
background-color css
<style>
a { background-color: #003F4A; }
a { background-color: rgb(0,63,74); }
div.DivClassName
{
background-color: #003F4A;
}
.BgClassName
{
background-color: #003F4A;
}
</style>
border-color css
<style>
span { border-color: #003F4A; }
span { border-color: rgb(0,63,74); }
td.TdClassName
{
border-color: #003F4A;
}
.TagClassName
{
border-color: #003F4A;
}
</style>