Shades of Sherpa Blue #034A49
Tints of Sherpa Blue #034A49
RGB
CMYK
RGB Variations
Color information
#034A49 (or 0x034A49) is known color: Sherpa Blue. HEX triplet: 03, 4A and 49. RGB value is (3,74,73). Sum of RGB (Red+Green+Blue) = 3+74+73=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #034A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A49 is #FCB5B6. Grayscale: #343434. Windows color (decimal): -16561591 or 4803075. OLE color: 4803075.
HSL color Cylindrical-coordinate representation of color #034A49: hue angle of 179.15º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034A49 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 74 | 73 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.71 |
| HSL | 179.15º | 0.92% | 0.15% | - |
| HSV(B) | 179.15º | 0.96% | 0.29% | - |
| XYZ | 3.69 | 5.4 | 7.15 | - |
| YUV | 52.66 | 139.48 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 73 | 0.96 | 0 | 0.01 | 0.71 | 179.15 | 0.92 | 0.15 |
| Hex | 3 | 4A | 49 | 60 | 0 | 1 | 47 | B3 | 5C | F |
| Octal | 3 | 112 | 111 | 140 | 0 | 1 | 107 | 263 | 134 | 17 |
| Binary | 11 | 1001010 | 1001001 | 1100000 | 0 | 1 | 1000111 | 10110011 | 1011100 | 1111 |
Color Harmonies of #034A49
Complementary color
Monochromatic Colors of #034A49
Black with #034A49
Text Example
Text Example
White with #034A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A49; }
p { color: rgb(3,74,73); }
H1.HeaderClassName
{
color: #034A49;
}
.AnyTagClassName
{
color: #034A49;
}
</style>
background-color css
<style>
a { background-color: #034A49; }
a { background-color: rgb(3,74,73); }
div.DivClassName
{
background-color: #034A49;
}
.BgClassName
{
background-color: #034A49;
}
</style>
border-color css
<style>
span { border-color: #034A49; }
span { border-color: rgb(3,74,73); }
td.TdClassName
{
border-color: #034A49;
}
.TagClassName
{
border-color: #034A49;
}
</style>