Shades of Sherpa Blue #034047
Tints of Sherpa Blue #034047
RGB
CMYK
RGB Variations
Color information
#034047 (or 0x034047) is known color: Sherpa Blue. HEX triplet: 03, 40 and 47. RGB value is (3,64,71). Sum of RGB (Red+Green+Blue) = 3+64+71=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #034047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034047 is #FCBFB8. Grayscale: #2E2E2E. Windows color (decimal): -16564153 or 4669443. OLE color: 4669443.
HSL color Cylindrical-coordinate representation of color #034047: hue angle of 186.18º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034047 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 64 | 71 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.72 |
| HSL | 186.18º | 0.92% | 0.15% | - |
| HSV(B) | 186.18º | 0.96% | 0.28% | - |
| XYZ | 3.01 | 4.14 | 6.6 | - |
| YUV | 46.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 71 | 0.96 | 0.10 | 0 | 0.72 | 186.18 | 0.92 | 0.15 |
| Hex | 3 | 40 | 47 | 60 | A | 0 | 48 | BA | 5C | F |
| Octal | 3 | 100 | 107 | 140 | 12 | 0 | 110 | 272 | 134 | 17 |
| Binary | 11 | 1000000 | 1000111 | 1100000 | 1010 | 0 | 1001000 | 10111010 | 1011100 | 1111 |
Color Harmonies of #034047
Complementary color
Monochromatic Colors of #034047
Black with #034047
Text Example
Text Example
White with #034047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034047; }
p { color: rgb(3,64,71); }
H1.HeaderClassName
{
color: #034047;
}
.AnyTagClassName
{
color: #034047;
}
</style>
background-color css
<style>
a { background-color: #034047; }
a { background-color: rgb(3,64,71); }
div.DivClassName
{
background-color: #034047;
}
.BgClassName
{
background-color: #034047;
}
</style>
border-color css
<style>
span { border-color: #034047; }
span { border-color: rgb(3,64,71); }
td.TdClassName
{
border-color: #034047;
}
.TagClassName
{
border-color: #034047;
}
</style>