Shades of Cyprus #034D43
Tints of Cyprus #034D43
RGB
CMYK
RGB Variations
Color information
#034D43 (or 0x034D43) is known color: Cyprus. HEX triplet: 03, 4D and 43. RGB value is (3,77,67). Sum of RGB (Red+Green+Blue) = 3+77+67=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #034D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D43 is #FCB2BC. Grayscale: #353535. Windows color (decimal): -16560829 or 4410627. OLE color: 4410627.
HSL color Cylindrical-coordinate representation of color #034D43: hue angle of 171.89º 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 #034D43 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 77 | 67 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.70 |
| HSL | 171.89º | 0.93% | 0.16% | - |
| HSV(B) | 171.89º | 0.96% | 0.3% | - |
| XYZ | 3.7 | 5.73 | 6.22 | - |
| YUV | 53.73 | 135.48 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 67 | 0.96 | 0 | 0.13 | 0.70 | 171.89 | 0.93 | 0.16 |
| Hex | 3 | 4D | 43 | 60 | 0 | D | 46 | AC | 5C | 10 |
| Octal | 3 | 115 | 103 | 140 | 0 | 15 | 106 | 254 | 134 | 20 |
| Binary | 11 | 1001101 | 1000011 | 1100000 | 0 | 1101 | 1000110 | 10101100 | 1011100 | 10000 |
Color Harmonies of #034D43
Complementary color
Monochromatic Colors of #034D43
Black with #034D43
Text Example
Text Example
White with #034D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D43; }
p { color: rgb(3,77,67); }
H1.HeaderClassName
{
color: #034D43;
}
.AnyTagClassName
{
color: #034D43;
}
</style>
background-color css
<style>
a { background-color: #034D43; }
a { background-color: rgb(3,77,67); }
div.DivClassName
{
background-color: #034D43;
}
.BgClassName
{
background-color: #034D43;
}
</style>
border-color css
<style>
span { border-color: #034D43; }
span { border-color: rgb(3,77,67); }
td.TdClassName
{
border-color: #034D43;
}
.TagClassName
{
border-color: #034D43;
}
</style>