Shades of Sherpa Blue #034A4E
Tints of Sherpa Blue #034A4E
RGB
CMYK
RGB Variations
Color information
#034A4E (or 0x034A4E) is known color: Sherpa Blue. HEX triplet: 03, 4A and 4E. RGB value is (3,74,78). Sum of RGB (Red+Green+Blue) = 3+74+78=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 74 (29.30% from 255 or 47.74% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #034A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A4E is #FCB5B1. Grayscale: #353535. Windows color (decimal): -16561586 or 5130755. OLE color: 5130755.
HSL color Cylindrical-coordinate representation of color #034A4E: hue angle of 183.2º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034A4E is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 74 | 78 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.69 |
| HSL | 183.2º | 0.93% | 0.16% | - |
| HSV(B) | 183.2º | 0.96% | 0.31% | - |
| XYZ | 3.86 | 5.47 | 8.06 | - |
| YUV | 53.23 | 141.98 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 78 | 0.96 | 0.05 | 0 | 0.69 | 183.2 | 0.93 | 0.16 |
| Hex | 3 | 4A | 4E | 60 | 5 | 0 | 45 | B7 | 5D | 10 |
| Octal | 3 | 112 | 116 | 140 | 5 | 0 | 105 | 267 | 135 | 20 |
| Binary | 11 | 1001010 | 1001110 | 1100000 | 101 | 0 | 1000101 | 10110111 | 1011101 | 10000 |
Color Harmonies of #034A4E
Complementary color
Monochromatic Colors of #034A4E
Black with #034A4E
Text Example
Text Example
White with #034A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A4E; }
p { color: rgb(3,74,78); }
H1.HeaderClassName
{
color: #034A4E;
}
.AnyTagClassName
{
color: #034A4E;
}
</style>
background-color css
<style>
a { background-color: #034A4E; }
a { background-color: rgb(3,74,78); }
div.DivClassName
{
background-color: #034A4E;
}
.BgClassName
{
background-color: #034A4E;
}
</style>
border-color css
<style>
span { border-color: #034A4E; }
span { border-color: rgb(3,74,78); }
td.TdClassName
{
border-color: #034A4E;
}
.TagClassName
{
border-color: #034A4E;
}
</style>