Shades of Sherpa Blue #034054
Tints of Sherpa Blue #034054
RGB
CMYK
RGB Variations
Color information
#034054 (or 0x034054) is known color: Sherpa Blue. HEX triplet: 03, 40 and 54. RGB value is (3,64,84). Sum of RGB (Red+Green+Blue) = 3+64+84=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #034054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034054 is #FCBFAB. Grayscale: #2F2F2F. Windows color (decimal): -16564140 or 5521411. OLE color: 5521411.
HSL color Cylindrical-coordinate representation of color #034054: hue angle of 194.81º 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 #034054 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 64 | 84 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.67 |
| HSL | 194.81º | 0.93% | 0.17% | - |
| HSV(B) | 194.81º | 0.96% | 0.33% | - |
| XYZ | 3.47 | 4.33 | 9.04 | - |
| YUV | 48.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 84 | 0.96 | 0.24 | 0 | 0.67 | 194.81 | 0.93 | 0.17 |
| Hex | 3 | 40 | 54 | 60 | 18 | 0 | 43 | C3 | 5D | 11 |
| Octal | 3 | 100 | 124 | 140 | 30 | 0 | 103 | 303 | 135 | 21 |
| Binary | 11 | 1000000 | 1010100 | 1100000 | 11000 | 0 | 1000011 | 11000011 | 1011101 | 10001 |
Color Harmonies of #034054
Complementary color
Monochromatic Colors of #034054
Black with #034054
Text Example
Text Example
White with #034054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034054; }
p { color: rgb(3,64,84); }
H1.HeaderClassName
{
color: #034054;
}
.AnyTagClassName
{
color: #034054;
}
</style>
background-color css
<style>
a { background-color: #034054; }
a { background-color: rgb(3,64,84); }
div.DivClassName
{
background-color: #034054;
}
.BgClassName
{
background-color: #034054;
}
</style>
border-color css
<style>
span { border-color: #034054; }
span { border-color: rgb(3,64,84); }
td.TdClassName
{
border-color: #034054;
}
.TagClassName
{
border-color: #034054;
}
</style>