Shades of Sherpa Blue #003F46
Tints of Sherpa Blue #003F46
RGB
CMYK
RGB Variations
Color information
#003F46 (or 0x003F46) is known color: Sherpa Blue. HEX triplet: 00, 3F and 46. RGB value is (0,63,70). Sum of RGB (Red+Green+Blue) = 0+63+70=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 63 (25% from 255 or 47.37% from 133); Blue value is 70 (27.73% from 255 or 52.63% from 133); Max value from RGB is 70 - color contains mainly: blue. Hex color #003F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F46 is #FFC0B9. Grayscale: #2C2C2C. Windows color (decimal): -16761018 or 4603648. OLE color: 4603648.
HSL color Cylindrical-coordinate representation of color #003F46: hue angle of 186º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F46 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 63 | 70 | - |
| CMYK | 1 | 0.10 | 0 | 0.73 |
| HSL | 186º | 1% | 0.14% | - |
| HSV(B) | 186º | 1% | 0.27% | - |
| XYZ | 2.88 | 4 | 6.41 | - |
| YUV | 44.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 70 | 1 | 0.10 | 0 | 0.73 | 186 | 1 | 0.14 |
| Hex | 0 | 3F | 46 | 64 | A | 0 | 49 | BA | 64 | E |
| Octal | 0 | 77 | 106 | 144 | 12 | 0 | 111 | 272 | 144 | 16 |
| Binary | 0 | 111111 | 1000110 | 1100100 | 1010 | 0 | 1001001 | 10111010 | 1100100 | 1110 |
Color Harmonies of #003F46
Complementary color
Monochromatic Colors of #003F46
Black with #003F46
Text Example
Text Example
White with #003F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F46; }
p { color: rgb(0,63,70); }
H1.HeaderClassName
{
color: #003F46;
}
.AnyTagClassName
{
color: #003F46;
}
</style>
background-color css
<style>
a { background-color: #003F46; }
a { background-color: rgb(0,63,70); }
div.DivClassName
{
background-color: #003F46;
}
.BgClassName
{
background-color: #003F46;
}
</style>
border-color css
<style>
span { border-color: #003F46; }
span { border-color: rgb(0,63,70); }
td.TdClassName
{
border-color: #003F46;
}
.TagClassName
{
border-color: #003F46;
}
</style>