Shades of Sherpa Blue #034051
Tints of Sherpa Blue #034051
RGB
CMYK
RGB Variations
Color information
#034051 (or 0x034051) is known color: Sherpa Blue. HEX triplet: 03, 40 and 51. RGB value is (3,64,81). Sum of RGB (Red+Green+Blue) = 3+64+81=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #034051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034051 is #FCBFAE. Grayscale: #2F2F2F. Windows color (decimal): -16564143 or 5324803. OLE color: 5324803.
HSL color Cylindrical-coordinate representation of color #034051: hue angle of 193.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034051 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 64 | 81 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.68 |
| HSL | 193.08º | 0.93% | 0.16% | - |
| HSV(B) | 193.08º | 0.96% | 0.32% | - |
| XYZ | 3.36 | 4.28 | 8.43 | - |
| YUV | 47.7 | 146.79 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 81 | 0.96 | 0.21 | 0 | 0.68 | 193.08 | 0.93 | 0.16 |
| Hex | 3 | 40 | 51 | 60 | 15 | 0 | 44 | C1 | 5D | 10 |
| Octal | 3 | 100 | 121 | 140 | 25 | 0 | 104 | 301 | 135 | 20 |
| Binary | 11 | 1000000 | 1010001 | 1100000 | 10101 | 0 | 1000100 | 11000001 | 1011101 | 10000 |
Color Harmonies of #034051
Complementary color
Monochromatic Colors of #034051
Black with #034051
Text Example
Text Example
White with #034051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034051; }
p { color: rgb(3,64,81); }
H1.HeaderClassName
{
color: #034051;
}
.AnyTagClassName
{
color: #034051;
}
</style>
background-color css
<style>
a { background-color: #034051; }
a { background-color: rgb(3,64,81); }
div.DivClassName
{
background-color: #034051;
}
.BgClassName
{
background-color: #034051;
}
</style>
border-color css
<style>
span { border-color: #034051; }
span { border-color: rgb(3,64,81); }
td.TdClassName
{
border-color: #034051;
}
.TagClassName
{
border-color: #034051;
}
</style>