Shades of Sherpa Blue #003F58
Tints of Sherpa Blue #003F58
RGB
CMYK
RGB Variations
Color information
#003F58 (or 0x003F58) is known color: Sherpa Blue. HEX triplet: 00, 3F and 58. RGB value is (0,63,88). Sum of RGB (Red+Green+Blue) = 0+63+88=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #003F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F58 is #FFC0A7. Grayscale: #2E2E2E. Windows color (decimal): -16761000 or 5783296. OLE color: 5783296.
HSL color Cylindrical-coordinate representation of color #003F58: hue angle of 197.05º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F58 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 63 | 88 | - |
| CMYK | 1 | 0.28 | 0 | 0.65 |
| HSL | 197.05º | 1% | 0.17% | - |
| HSV(B) | 197.05º | 1% | 0.35% | - |
| XYZ | 3.54 | 4.26 | 9.87 | - |
| YUV | 47.01 | 151.13 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 88 | 1 | 0.28 | 0 | 0.65 | 197.05 | 1 | 0.17 |
| Hex | 0 | 3F | 58 | 64 | 1C | 0 | 41 | C5 | 64 | 11 |
| Octal | 0 | 77 | 130 | 144 | 34 | 0 | 101 | 305 | 144 | 21 |
| Binary | 0 | 111111 | 1011000 | 1100100 | 11100 | 0 | 1000001 | 11000101 | 1100100 | 10001 |
Color Harmonies of #003F58
Complementary color
Monochromatic Colors of #003F58
Black with #003F58
Text Example
Text Example
White with #003F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F58; }
p { color: rgb(0,63,88); }
H1.HeaderClassName
{
color: #003F58;
}
.AnyTagClassName
{
color: #003F58;
}
</style>
background-color css
<style>
a { background-color: #003F58; }
a { background-color: rgb(0,63,88); }
div.DivClassName
{
background-color: #003F58;
}
.BgClassName
{
background-color: #003F58;
}
</style>
border-color css
<style>
span { border-color: #003F58; }
span { border-color: rgb(0,63,88); }
td.TdClassName
{
border-color: #003F58;
}
.TagClassName
{
border-color: #003F58;
}
</style>