Shades of Sherpa Blue #034A55
Tints of Sherpa Blue #034A55
RGB
CMYK
RGB Variations
Color information
#034A55 (or 0x034A55) is known color: Sherpa Blue. HEX triplet: 03, 4A and 55. RGB value is (3,74,85). Sum of RGB (Red+Green+Blue) = 3+74+85=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #034A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A55 is #FCB5AA. Grayscale: #353535. Windows color (decimal): -16561579 or 5589507. OLE color: 5589507.
HSL color Cylindrical-coordinate representation of color #034A55: hue angle of 188.05º 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 #034A55 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 74 | 85 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.67 |
| HSL | 188.05º | 0.93% | 0.17% | - |
| HSV(B) | 188.05º | 0.96% | 0.33% | - |
| XYZ | 4.13 | 5.57 | 9.45 | - |
| YUV | 54.03 | 145.48 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 85 | 0.96 | 0.13 | 0 | 0.67 | 188.05 | 0.93 | 0.17 |
| Hex | 3 | 4A | 55 | 60 | D | 0 | 43 | BC | 5D | 11 |
| Octal | 3 | 112 | 125 | 140 | 15 | 0 | 103 | 274 | 135 | 21 |
| Binary | 11 | 1001010 | 1010101 | 1100000 | 1101 | 0 | 1000011 | 10111100 | 1011101 | 10001 |
Color Harmonies of #034A55
Complementary color
Monochromatic Colors of #034A55
Black with #034A55
Text Example
Text Example
White with #034A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A55; }
p { color: rgb(3,74,85); }
H1.HeaderClassName
{
color: #034A55;
}
.AnyTagClassName
{
color: #034A55;
}
</style>
background-color css
<style>
a { background-color: #034A55; }
a { background-color: rgb(3,74,85); }
div.DivClassName
{
background-color: #034A55;
}
.BgClassName
{
background-color: #034A55;
}
</style>
border-color css
<style>
span { border-color: #034A55; }
span { border-color: rgb(3,74,85); }
td.TdClassName
{
border-color: #034A55;
}
.TagClassName
{
border-color: #034A55;
}
</style>