Shades of Sherpa Blue #034A4D
Tints of Sherpa Blue #034A4D
RGB
CMYK
RGB Variations
Color information
#034A4D (or 0x034A4D) is known color: Sherpa Blue. HEX triplet: 03, 4A and 4D. RGB value is (3,74,77). Sum of RGB (Red+Green+Blue) = 3+74+77=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 74 (29.30% from 255 or 48.05% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #034A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A4D is #FCB5B2. Grayscale: #353535. Windows color (decimal): -16561587 or 5065219. OLE color: 5065219.
HSL color Cylindrical-coordinate representation of color #034A4D: hue angle of 182.43º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034A4D is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 74 | 77 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.70 |
| HSL | 182.43º | 0.93% | 0.16% | - |
| HSV(B) | 182.43º | 0.96% | 0.3% | - |
| XYZ | 3.83 | 5.45 | 7.87 | - |
| YUV | 53.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 77 | 0.96 | 0.04 | 0 | 0.70 | 182.43 | 0.93 | 0.16 |
| Hex | 3 | 4A | 4D | 60 | 4 | 0 | 46 | B6 | 5C | 10 |
| Octal | 3 | 112 | 115 | 140 | 4 | 0 | 106 | 266 | 134 | 20 |
| Binary | 11 | 1001010 | 1001101 | 1100000 | 100 | 0 | 1000110 | 10110110 | 1011100 | 10000 |
Color Harmonies of #034A4D
Complementary color
Monochromatic Colors of #034A4D
Black with #034A4D
Text Example
Text Example
White with #034A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A4D; }
p { color: rgb(3,74,77); }
H1.HeaderClassName
{
color: #034A4D;
}
.AnyTagClassName
{
color: #034A4D;
}
</style>
background-color css
<style>
a { background-color: #034A4D; }
a { background-color: rgb(3,74,77); }
div.DivClassName
{
background-color: #034A4D;
}
.BgClassName
{
background-color: #034A4D;
}
</style>
border-color css
<style>
span { border-color: #034A4D; }
span { border-color: rgb(3,74,77); }
td.TdClassName
{
border-color: #034A4D;
}
.TagClassName
{
border-color: #034A4D;
}
</style>