Shades of Sherpa Blue #003F54
Tints of Sherpa Blue #003F54
RGB
CMYK
RGB Variations
Color information
#003F54 (or 0x003F54) is known color: Sherpa Blue. HEX triplet: 00, 3F and 54. RGB value is (0,63,84). Sum of RGB (Red+Green+Blue) = 0+63+84=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #003F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F54 is #FFC0AB. Grayscale: #2E2E2E. Windows color (decimal): -16761004 or 5521152. OLE color: 5521152.
HSL color Cylindrical-coordinate representation of color #003F54: hue angle of 195º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F54 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 63 | 84 | - |
| CMYK | 1 | 0.25 | 0 | 0.67 |
| HSL | 195º | 1% | 0.16% | - |
| HSV(B) | 195º | 1% | 0.33% | - |
| XYZ | 3.38 | 4.2 | 9.02 | - |
| YUV | 46.56 | 149.13 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 84 | 1 | 0.25 | 0 | 0.67 | 195 | 1 | 0.16 |
| Hex | 0 | 3F | 54 | 64 | 19 | 0 | 43 | C3 | 64 | 10 |
| Octal | 0 | 77 | 124 | 144 | 31 | 0 | 103 | 303 | 144 | 20 |
| Binary | 0 | 111111 | 1010100 | 1100100 | 11001 | 0 | 1000011 | 11000011 | 1100100 | 10000 |
Color Harmonies of #003F54
Complementary color
Monochromatic Colors of #003F54
Black with #003F54
Text Example
Text Example
White with #003F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F54; }
p { color: rgb(0,63,84); }
H1.HeaderClassName
{
color: #003F54;
}
.AnyTagClassName
{
color: #003F54;
}
</style>
background-color css
<style>
a { background-color: #003F54; }
a { background-color: rgb(0,63,84); }
div.DivClassName
{
background-color: #003F54;
}
.BgClassName
{
background-color: #003F54;
}
</style>
border-color css
<style>
span { border-color: #003F54; }
span { border-color: rgb(0,63,84); }
td.TdClassName
{
border-color: #003F54;
}
.TagClassName
{
border-color: #003F54;
}
</style>