Shades of Cyprus #034E47
Tints of Cyprus #034E47
RGB
CMYK
RGB Variations
Color information
#034E47 (or 0x034E47) is known color: Cyprus. HEX triplet: 03, 4E and 47. RGB value is (3,78,71). Sum of RGB (Red+Green+Blue) = 3+78+71=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 78 (30.86% from 255 or 51.32% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 78 - color contains mainly: green. Hex color #034E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E47 is #FCB1B8. Grayscale: #363636. Windows color (decimal): -16560569 or 4673027. OLE color: 4673027.
HSL color Cylindrical-coordinate representation of color #034E47: hue angle of 174.4º 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 #034E47 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 78 | 71 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.69 |
| HSL | 174.4º | 0.93% | 0.16% | - |
| HSV(B) | 174.4º | 0.96% | 0.31% | - |
| XYZ | 3.9 | 5.92 | 6.9 | - |
| YUV | 54.78 | 137.15 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 71 | 0.96 | 0 | 0.09 | 0.69 | 174.4 | 0.93 | 0.16 |
| Hex | 3 | 4E | 47 | 60 | 0 | 9 | 45 | AE | 5D | 10 |
| Octal | 3 | 116 | 107 | 140 | 0 | 11 | 105 | 256 | 135 | 20 |
| Binary | 11 | 1001110 | 1000111 | 1100000 | 0 | 1001 | 1000101 | 10101110 | 1011101 | 10000 |
Color Harmonies of #034E47
Complementary color
Monochromatic Colors of #034E47
Black with #034E47
Text Example
Text Example
White with #034E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034E47; }
p { color: rgb(3,78,71); }
H1.HeaderClassName
{
color: #034E47;
}
.AnyTagClassName
{
color: #034E47;
}
</style>
background-color css
<style>
a { background-color: #034E47; }
a { background-color: rgb(3,78,71); }
div.DivClassName
{
background-color: #034E47;
}
.BgClassName
{
background-color: #034E47;
}
</style>
border-color css
<style>
span { border-color: #034E47; }
span { border-color: rgb(3,78,71); }
td.TdClassName
{
border-color: #034E47;
}
.TagClassName
{
border-color: #034E47;
}
</style>