Shades of Sherpa Blue #003F51
Tints of Sherpa Blue #003F51
RGB
CMYK
RGB Variations
Color information
#003F51 (or 0x003F51) is known color: Sherpa Blue. HEX triplet: 00, 3F and 51. RGB value is (0,63,81). Sum of RGB (Red+Green+Blue) = 0+63+81=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #003F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F51 is #FFC0AE. Grayscale: #2E2E2E. Windows color (decimal): -16761007 or 5324544. OLE color: 5324544.
HSL color Cylindrical-coordinate representation of color #003F51: hue angle of 193.33º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F51 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 63 | 81 | - |
| CMYK | 1 | 0.22 | 0 | 0.68 |
| HSL | 193.33º | 1% | 0.16% | - |
| HSV(B) | 193.33º | 1% | 0.32% | - |
| XYZ | 3.26 | 4.15 | 8.41 | - |
| YUV | 46.22 | 147.63 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 81 | 1 | 0.22 | 0 | 0.68 | 193.33 | 1 | 0.16 |
| Hex | 0 | 3F | 51 | 64 | 16 | 0 | 44 | C1 | 64 | 10 |
| Octal | 0 | 77 | 121 | 144 | 26 | 0 | 104 | 301 | 144 | 20 |
| Binary | 0 | 111111 | 1010001 | 1100100 | 10110 | 0 | 1000100 | 11000001 | 1100100 | 10000 |
Color Harmonies of #003F51
Complementary color
Monochromatic Colors of #003F51
Black with #003F51
Text Example
Text Example
White with #003F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F51; }
p { color: rgb(0,63,81); }
H1.HeaderClassName
{
color: #003F51;
}
.AnyTagClassName
{
color: #003F51;
}
</style>
background-color css
<style>
a { background-color: #003F51; }
a { background-color: rgb(0,63,81); }
div.DivClassName
{
background-color: #003F51;
}
.BgClassName
{
background-color: #003F51;
}
</style>
border-color css
<style>
span { border-color: #003F51; }
span { border-color: rgb(0,63,81); }
td.TdClassName
{
border-color: #003F51;
}
.TagClassName
{
border-color: #003F51;
}
</style>