Shades of Sherpa Blue #034950
Tints of Sherpa Blue #034950
RGB
CMYK
RGB Variations
Color information
#034950 (or 0x034950) is known color: Sherpa Blue. HEX triplet: 03, 49 and 50. RGB value is (3,73,80). Sum of RGB (Red+Green+Blue) = 3+73+80=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #034950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034950 is #FCB6AF. Grayscale: #343434. Windows color (decimal): -16561840 or 5261571. OLE color: 5261571.
HSL color Cylindrical-coordinate representation of color #034950: hue angle of 185.45º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034950 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 73 | 80 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.69 |
| HSL | 185.45º | 0.93% | 0.16% | - |
| HSV(B) | 185.45º | 0.96% | 0.31% | - |
| XYZ | 3.87 | 5.36 | 8.42 | - |
| YUV | 52.87 | 143.31 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 80 | 0.96 | 0.09 | 0 | 0.69 | 185.45 | 0.93 | 0.16 |
| Hex | 3 | 49 | 50 | 60 | 9 | 0 | 45 | B9 | 5D | 10 |
| Octal | 3 | 111 | 120 | 140 | 11 | 0 | 105 | 271 | 135 | 20 |
| Binary | 11 | 1001001 | 1010000 | 1100000 | 1001 | 0 | 1000101 | 10111001 | 1011101 | 10000 |
Color Harmonies of #034950
Complementary color
Monochromatic Colors of #034950
Black with #034950
Text Example
Text Example
White with #034950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034950; }
p { color: rgb(3,73,80); }
H1.HeaderClassName
{
color: #034950;
}
.AnyTagClassName
{
color: #034950;
}
</style>
background-color css
<style>
a { background-color: #034950; }
a { background-color: rgb(3,73,80); }
div.DivClassName
{
background-color: #034950;
}
.BgClassName
{
background-color: #034950;
}
</style>
border-color css
<style>
span { border-color: #034950; }
span { border-color: rgb(3,73,80); }
td.TdClassName
{
border-color: #034950;
}
.TagClassName
{
border-color: #034950;
}
</style>