Shades of Sherpa Blue #003F55
Tints of Sherpa Blue #003F55
RGB
CMYK
RGB Variations
Color information
#003F55 (or 0x003F55) is known color: Sherpa Blue. HEX triplet: 00, 3F and 55. RGB value is (0,63,85). Sum of RGB (Red+Green+Blue) = 0+63+85=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #003F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F55 is #FFC0AA. Grayscale: #2E2E2E. Windows color (decimal): -16761003 or 5586688. OLE color: 5586688.
HSL color Cylindrical-coordinate representation of color #003F55: hue angle of 195.53º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F55 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 63 | 85 | - |
| CMYK | 1 | 0.26 | 0 | 0.67 |
| HSL | 195.53º | 1% | 0.17% | - |
| HSV(B) | 195.53º | 1% | 0.33% | - |
| XYZ | 3.42 | 4.21 | 9.23 | - |
| YUV | 46.67 | 149.63 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 85 | 1 | 0.26 | 0 | 0.67 | 195.53 | 1 | 0.17 |
| Hex | 0 | 3F | 55 | 64 | 1A | 0 | 43 | C4 | 64 | 11 |
| Octal | 0 | 77 | 125 | 144 | 32 | 0 | 103 | 304 | 144 | 21 |
| Binary | 0 | 111111 | 1010101 | 1100100 | 11010 | 0 | 1000011 | 11000100 | 1100100 | 10001 |
Color Harmonies of #003F55
Complementary color
Monochromatic Colors of #003F55
Black with #003F55
Text Example
Text Example
White with #003F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F55; }
p { color: rgb(0,63,85); }
H1.HeaderClassName
{
color: #003F55;
}
.AnyTagClassName
{
color: #003F55;
}
</style>
background-color css
<style>
a { background-color: #003F55; }
a { background-color: rgb(0,63,85); }
div.DivClassName
{
background-color: #003F55;
}
.BgClassName
{
background-color: #003F55;
}
</style>
border-color css
<style>
span { border-color: #003F55; }
span { border-color: rgb(0,63,85); }
td.TdClassName
{
border-color: #003F55;
}
.TagClassName
{
border-color: #003F55;
}
</style>