Shades of Sherpa Blue #003950
Tints of Sherpa Blue #003950
RGB
CMYK
RGB Variations
Color information
#003950 (or 0x003950) is known color: Sherpa Blue. HEX triplet: 00, 39 and 50. RGB value is (0,57,80). Sum of RGB (Red+Green+Blue) = 0+57+80=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #003950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003950 is #FFC6AF. Grayscale: #2A2A2A. Windows color (decimal): -16762544 or 5257472. OLE color: 5257472.
HSL color Cylindrical-coordinate representation of color #003950: hue angle of 197.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003950 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 57 | 80 | - |
| CMYK | 1 | 0.29 | 0 | 0.69 |
| HSL | 197.25º | 1% | 0.16% | - |
| HSV(B) | 197.25º | 1% | 0.31% | - |
| XYZ | 2.91 | 3.51 | 8.11 | - |
| YUV | 42.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 80 | 1 | 0.29 | 0 | 0.69 | 197.25 | 1 | 0.16 |
| Hex | 0 | 39 | 50 | 64 | 1D | 0 | 45 | C5 | 64 | 10 |
| Octal | 0 | 71 | 120 | 144 | 35 | 0 | 105 | 305 | 144 | 20 |
| Binary | 0 | 111001 | 1010000 | 1100100 | 11101 | 0 | 1000101 | 11000101 | 1100100 | 10000 |
Color Harmonies of #003950
Complementary color
Monochromatic Colors of #003950
Black with #003950
Text Example
Text Example
White with #003950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003950; }
p { color: rgb(0,57,80); }
H1.HeaderClassName
{
color: #003950;
}
.AnyTagClassName
{
color: #003950;
}
</style>
background-color css
<style>
a { background-color: #003950; }
a { background-color: rgb(0,57,80); }
div.DivClassName
{
background-color: #003950;
}
.BgClassName
{
background-color: #003950;
}
</style>
border-color css
<style>
span { border-color: #003950; }
span { border-color: rgb(0,57,80); }
td.TdClassName
{
border-color: #003950;
}
.TagClassName
{
border-color: #003950;
}
</style>