Shades of Sherpa Blue #034C4D
Tints of Sherpa Blue #034C4D
RGB
CMYK
RGB Variations
Color information
#034C4D (or 0x034C4D) is known color: Sherpa Blue. HEX triplet: 03, 4C and 4D. RGB value is (3,76,77). Sum of RGB (Red+Green+Blue) = 3+76+77=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #034C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034C4D is #FCB3B2. Grayscale: #363636. Windows color (decimal): -16561075 or 5065731. OLE color: 5065731.
HSL color Cylindrical-coordinate representation of color #034C4D: hue angle of 180.81º 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 #034C4D is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 76 | 77 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.70 |
| HSL | 180.81º | 0.93% | 0.16% | - |
| HSV(B) | 180.81º | 0.96% | 0.3% | - |
| XYZ | 3.96 | 5.72 | 7.92 | - |
| YUV | 54.29 | 140.82 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 77 | 0.96 | 0.01 | 0 | 0.70 | 180.81 | 0.93 | 0.16 |
| Hex | 3 | 4C | 4D | 60 | 1 | 0 | 46 | B5 | 5C | 10 |
| Octal | 3 | 114 | 115 | 140 | 1 | 0 | 106 | 265 | 134 | 20 |
| Binary | 11 | 1001100 | 1001101 | 1100000 | 1 | 0 | 1000110 | 10110101 | 1011100 | 10000 |
Color Harmonies of #034C4D
Complementary color
Monochromatic Colors of #034C4D
Black with #034C4D
Text Example
Text Example
White with #034C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034C4D; }
p { color: rgb(3,76,77); }
H1.HeaderClassName
{
color: #034C4D;
}
.AnyTagClassName
{
color: #034C4D;
}
</style>
background-color css
<style>
a { background-color: #034C4D; }
a { background-color: rgb(3,76,77); }
div.DivClassName
{
background-color: #034C4D;
}
.BgClassName
{
background-color: #034C4D;
}
</style>
border-color css
<style>
span { border-color: #034C4D; }
span { border-color: rgb(3,76,77); }
td.TdClassName
{
border-color: #034C4D;
}
.TagClassName
{
border-color: #034C4D;
}
</style>