Shades of Sherpa Blue #034D4A
Tints of Sherpa Blue #034D4A
RGB
CMYK
RGB Variations
Color information
#034D4A (or 0x034D4A) is known color: Sherpa Blue. HEX triplet: 03, 4D and 4A. RGB value is (3,77,74). Sum of RGB (Red+Green+Blue) = 3+77+74=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 77 (30.47% from 255 or 50% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 77 - color contains mainly: green. Hex color #034D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D4A is #FCB2B5. Grayscale: #363636. Windows color (decimal): -16560822 or 4869379. OLE color: 4869379.
HSL color Cylindrical-coordinate representation of color #034D4A: hue angle of 177.57º 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 #034D4A is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 77 | 74 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.70 |
| HSL | 177.57º | 0.93% | 0.16% | - |
| HSV(B) | 177.57º | 0.96% | 0.3% | - |
| XYZ | 3.93 | 5.82 | 7.4 | - |
| YUV | 54.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 74 | 0.96 | 0 | 0.04 | 0.70 | 177.57 | 0.93 | 0.16 |
| Hex | 3 | 4D | 4A | 60 | 0 | 4 | 46 | B2 | 5C | 10 |
| Octal | 3 | 115 | 112 | 140 | 0 | 4 | 106 | 262 | 134 | 20 |
| Binary | 11 | 1001101 | 1001010 | 1100000 | 0 | 100 | 1000110 | 10110010 | 1011100 | 10000 |
Color Harmonies of #034D4A
Complementary color
Monochromatic Colors of #034D4A
Black with #034D4A
Text Example
Text Example
White with #034D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D4A; }
p { color: rgb(3,77,74); }
H1.HeaderClassName
{
color: #034D4A;
}
.AnyTagClassName
{
color: #034D4A;
}
</style>
background-color css
<style>
a { background-color: #034D4A; }
a { background-color: rgb(3,77,74); }
div.DivClassName
{
background-color: #034D4A;
}
.BgClassName
{
background-color: #034D4A;
}
</style>
border-color css
<style>
span { border-color: #034D4A; }
span { border-color: rgb(3,77,74); }
td.TdClassName
{
border-color: #034D4A;
}
.TagClassName
{
border-color: #034D4A;
}
</style>