Shades of Sherpa Blue #003F41
Tints of Sherpa Blue #003F41
RGB
CMYK
RGB Variations
Color information
#003F41 (or 0x003F41) is known color: Sherpa Blue. HEX triplet: 00, 3F and 41. RGB value is (0,63,65). Sum of RGB (Red+Green+Blue) = 0+63+65=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #003F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F41 is #FFC0BE. Grayscale: #2C2C2C. Windows color (decimal): -16761023 or 4275968. OLE color: 4275968.
HSL color Cylindrical-coordinate representation of color #003F41: hue angle of 181.85º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F41 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 63 | 65 | - |
| CMYK | 1 | 0.03 | 0 | 0.75 |
| HSL | 181.85º | 1% | 0.13% | - |
| HSV(B) | 181.85º | 1% | 0.25% | - |
| XYZ | 2.73 | 3.94 | 5.62 | - |
| YUV | 44.39 | 139.63 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 65 | 1 | 0.03 | 0 | 0.75 | 181.85 | 1 | 0.13 |
| Hex | 0 | 3F | 41 | 64 | 3 | 0 | 4B | B6 | 64 | D |
| Octal | 0 | 77 | 101 | 144 | 3 | 0 | 113 | 266 | 144 | 15 |
| Binary | 0 | 111111 | 1000001 | 1100100 | 11 | 0 | 1001011 | 10110110 | 1100100 | 1101 |
Color Harmonies of #003F41
Complementary color
Monochromatic Colors of #003F41
Black with #003F41
Text Example
Text Example
White with #003F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F41; }
p { color: rgb(0,63,65); }
H1.HeaderClassName
{
color: #003F41;
}
.AnyTagClassName
{
color: #003F41;
}
</style>
background-color css
<style>
a { background-color: #003F41; }
a { background-color: rgb(0,63,65); }
div.DivClassName
{
background-color: #003F41;
}
.BgClassName
{
background-color: #003F41;
}
</style>
border-color css
<style>
span { border-color: #003F41; }
span { border-color: rgb(0,63,65); }
td.TdClassName
{
border-color: #003F41;
}
.TagClassName
{
border-color: #003F41;
}
</style>