Shades of Sherpa Blue #003B49
Tints of Sherpa Blue #003B49
RGB
CMYK
RGB Variations
Color information
#003B49 (or 0x003B49) is known color: Sherpa Blue. HEX triplet: 00, 3B and 49. RGB value is (0,59,73). Sum of RGB (Red+Green+Blue) = 0+59+73=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #003B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B49 is #FFC4B6. Grayscale: #2A2A2A. Windows color (decimal): -16762039 or 4799232. OLE color: 4799232.
HSL color Cylindrical-coordinate representation of color #003B49: hue angle of 191.51º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B49 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 59 | 73 | - |
| CMYK | 1 | 0.19 | 0 | 0.71 |
| HSL | 191.51º | 1% | 0.14% | - |
| HSV(B) | 191.51º | 1% | 0.29% | - |
| XYZ | 2.77 | 3.61 | 6.85 | - |
| YUV | 42.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 73 | 1 | 0.19 | 0 | 0.71 | 191.51 | 1 | 0.14 |
| Hex | 0 | 3B | 49 | 64 | 13 | 0 | 47 | C0 | 64 | E |
| Octal | 0 | 73 | 111 | 144 | 23 | 0 | 107 | 300 | 144 | 16 |
| Binary | 0 | 111011 | 1001001 | 1100100 | 10011 | 0 | 1000111 | 11000000 | 1100100 | 1110 |
Color Harmonies of #003B49
Complementary color
Monochromatic Colors of #003B49
Black with #003B49
Text Example
Text Example
White with #003B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B49; }
p { color: rgb(0,59,73); }
H1.HeaderClassName
{
color: #003B49;
}
.AnyTagClassName
{
color: #003B49;
}
</style>
background-color css
<style>
a { background-color: #003B49; }
a { background-color: rgb(0,59,73); }
div.DivClassName
{
background-color: #003B49;
}
.BgClassName
{
background-color: #003B49;
}
</style>
border-color css
<style>
span { border-color: #003B49; }
span { border-color: rgb(0,59,73); }
td.TdClassName
{
border-color: #003B49;
}
.TagClassName
{
border-color: #003B49;
}
</style>