Shades of Cyprus #034E3F
Tints of Cyprus #034E3F
RGB
CMYK
RGB Variations
Color information
#034E3F (or 0x034E3F) is known color: Cyprus. HEX triplet: 03, 4E and 3F. RGB value is (3,78,63). Sum of RGB (Red+Green+Blue) = 3+78+63=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 78 (30.86% from 255 or 54.17% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 78 - color contains mainly: green. Hex color #034E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E3F is #FCB1C0. Grayscale: #353535. Windows color (decimal): -16560577 or 4148739. OLE color: 4148739.
HSL color Cylindrical-coordinate representation of color #034E3F: hue angle of 168º 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 #034E3F is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 78 | 63 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.69 |
| HSL | 168º | 0.93% | 0.16% | - |
| HSV(B) | 168º | 0.96% | 0.31% | - |
| XYZ | 3.66 | 5.83 | 5.63 | - |
| YUV | 53.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 63 | 0.96 | 0 | 0.19 | 0.69 | 168 | 0.93 | 0.16 |
| Hex | 3 | 4E | 3F | 60 | 0 | 13 | 45 | A8 | 5D | 10 |
| Octal | 3 | 116 | 77 | 140 | 0 | 23 | 105 | 250 | 135 | 20 |
| Binary | 11 | 1001110 | 111111 | 1100000 | 0 | 10011 | 1000101 | 10101000 | 1011101 | 10000 |
Color Harmonies of #034E3F
Complementary color
Monochromatic Colors of #034E3F
Black with #034E3F
Text Example
Text Example
White with #034E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034E3F; }
p { color: rgb(3,78,63); }
H1.HeaderClassName
{
color: #034E3F;
}
.AnyTagClassName
{
color: #034E3F;
}
</style>
background-color css
<style>
a { background-color: #034E3F; }
a { background-color: rgb(3,78,63); }
div.DivClassName
{
background-color: #034E3F;
}
.BgClassName
{
background-color: #034E3F;
}
</style>
border-color css
<style>
span { border-color: #034E3F; }
span { border-color: rgb(3,78,63); }
td.TdClassName
{
border-color: #034E3F;
}
.TagClassName
{
border-color: #034E3F;
}
</style>