Shades of Cyprus #034E40
Tints of Cyprus #034E40
RGB
CMYK
RGB Variations
Color information
#034E40 (or 0x034E40) is known color: Cyprus. HEX triplet: 03, 4E and 40. RGB value is (3,78,64). Sum of RGB (Red+Green+Blue) = 3+78+64=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 78 (30.86% from 255 or 53.79% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 78 - color contains mainly: green. Hex color #034E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E40 is #FCB1BF. Grayscale: #353535. Windows color (decimal): -16560576 or 4214275. OLE color: 4214275.
HSL color Cylindrical-coordinate representation of color #034E40: hue angle of 168.8º 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 #034E40 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 78 | 64 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.69 |
| HSL | 168.8º | 0.93% | 0.16% | - |
| HSV(B) | 168.8º | 0.96% | 0.31% | - |
| XYZ | 3.69 | 5.84 | 5.78 | - |
| YUV | 53.98 | 133.65 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 64 | 0.96 | 0 | 0.18 | 0.69 | 168.8 | 0.93 | 0.16 |
| Hex | 3 | 4E | 40 | 60 | 0 | 12 | 45 | A9 | 5D | 10 |
| Octal | 3 | 116 | 100 | 140 | 0 | 22 | 105 | 251 | 135 | 20 |
| Binary | 11 | 1001110 | 1000000 | 1100000 | 0 | 10010 | 1000101 | 10101001 | 1011101 | 10000 |
Color Harmonies of #034E40
Complementary color
Monochromatic Colors of #034E40
Black with #034E40
Text Example
Text Example
White with #034E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034E40; }
p { color: rgb(3,78,64); }
H1.HeaderClassName
{
color: #034E40;
}
.AnyTagClassName
{
color: #034E40;
}
</style>
background-color css
<style>
a { background-color: #034E40; }
a { background-color: rgb(3,78,64); }
div.DivClassName
{
background-color: #034E40;
}
.BgClassName
{
background-color: #034E40;
}
</style>
border-color css
<style>
span { border-color: #034E40; }
span { border-color: rgb(3,78,64); }
td.TdClassName
{
border-color: #034E40;
}
.TagClassName
{
border-color: #034E40;
}
</style>