Shades of Sherpa Blue #003F45
Tints of Sherpa Blue #003F45
RGB
CMYK
RGB Variations
Color information
#003F45 (or 0x003F45) is known color: Sherpa Blue. HEX triplet: 00, 3F and 45. RGB value is (0,63,69). Sum of RGB (Red+Green+Blue) = 0+63+69=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #003F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F45 is #FFC0BA. Grayscale: #2C2C2C. Windows color (decimal): -16761019 or 4538112. OLE color: 4538112.
HSL color Cylindrical-coordinate representation of color #003F45: hue angle of 185.22º 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 #003F45 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 63 | 69 | - |
| CMYK | 1 | 0.09 | 0 | 0.73 |
| HSL | 185.22º | 1% | 0.14% | - |
| HSV(B) | 185.22º | 1% | 0.27% | - |
| XYZ | 2.85 | 3.98 | 6.25 | - |
| YUV | 44.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 69 | 1 | 0.09 | 0 | 0.73 | 185.22 | 1 | 0.14 |
| Hex | 0 | 3F | 45 | 64 | 9 | 0 | 49 | B9 | 64 | E |
| Octal | 0 | 77 | 105 | 144 | 11 | 0 | 111 | 271 | 144 | 16 |
| Binary | 0 | 111111 | 1000101 | 1100100 | 1001 | 0 | 1001001 | 10111001 | 1100100 | 1110 |
Color Harmonies of #003F45
Complementary color
Monochromatic Colors of #003F45
Black with #003F45
Text Example
Text Example
White with #003F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F45; }
p { color: rgb(0,63,69); }
H1.HeaderClassName
{
color: #003F45;
}
.AnyTagClassName
{
color: #003F45;
}
</style>
background-color css
<style>
a { background-color: #003F45; }
a { background-color: rgb(0,63,69); }
div.DivClassName
{
background-color: #003F45;
}
.BgClassName
{
background-color: #003F45;
}
</style>
border-color css
<style>
span { border-color: #003F45; }
span { border-color: rgb(0,63,69); }
td.TdClassName
{
border-color: #003F45;
}
.TagClassName
{
border-color: #003F45;
}
</style>