Shades of Sherpa Blue #034953
Tints of Sherpa Blue #034953
RGB
CMYK
RGB Variations
Color information
#034953 (or 0x034953) is known color: Sherpa Blue. HEX triplet: 03, 49 and 53. RGB value is (3,73,83). Sum of RGB (Red+Green+Blue) = 3+73+83=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #034953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034953 is #FCB6AC. Grayscale: #353535. Windows color (decimal): -16561837 or 5458179. OLE color: 5458179.
HSL color Cylindrical-coordinate representation of color #034953: hue angle of 187.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034953 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 73 | 83 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.67 |
| HSL | 187.5º | 0.93% | 0.17% | - |
| HSV(B) | 187.5º | 0.96% | 0.33% | - |
| XYZ | 3.98 | 5.41 | 9.02 | - |
| YUV | 53.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 83 | 0.96 | 0.12 | 0 | 0.67 | 187.5 | 0.93 | 0.17 |
| Hex | 3 | 49 | 53 | 60 | C | 0 | 43 | BC | 5D | 11 |
| Octal | 3 | 111 | 123 | 140 | 14 | 0 | 103 | 274 | 135 | 21 |
| Binary | 11 | 1001001 | 1010011 | 1100000 | 1100 | 0 | 1000011 | 10111100 | 1011101 | 10001 |
Color Harmonies of #034953
Complementary color
Monochromatic Colors of #034953
Black with #034953
Text Example
Text Example
White with #034953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034953; }
p { color: rgb(3,73,83); }
H1.HeaderClassName
{
color: #034953;
}
.AnyTagClassName
{
color: #034953;
}
</style>
background-color css
<style>
a { background-color: #034953; }
a { background-color: rgb(3,73,83); }
div.DivClassName
{
background-color: #034953;
}
.BgClassName
{
background-color: #034953;
}
</style>
border-color css
<style>
span { border-color: #034953; }
span { border-color: rgb(3,73,83); }
td.TdClassName
{
border-color: #034953;
}
.TagClassName
{
border-color: #034953;
}
</style>