Shades of Cyprus #034A40
Tints of Cyprus #034A40
RGB
CMYK
RGB Variations
Color information
#034A40 (or 0x034A40) is known color: Cyprus. HEX triplet: 03, 4A and 40. RGB value is (3,74,64). Sum of RGB (Red+Green+Blue) = 3+74+64=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 74 (29.30% from 255 or 52.48% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 74 - color contains mainly: green. Hex color #034A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A40 is #FCB5BF. Grayscale: #333333. Windows color (decimal): -16561600 or 4213251. OLE color: 4213251.
HSL color Cylindrical-coordinate representation of color #034A40: hue angle of 171.55º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034A40 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 74 | 64 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.71 |
| HSL | 171.55º | 0.92% | 0.15% | - |
| HSV(B) | 171.55º | 0.96% | 0.29% | - |
| XYZ | 3.41 | 5.29 | 5.69 | - |
| YUV | 51.63 | 134.98 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 64 | 0.96 | 0 | 0.14 | 0.71 | 171.55 | 0.92 | 0.15 |
| Hex | 3 | 4A | 40 | 60 | 0 | E | 47 | AC | 5C | F |
| Octal | 3 | 112 | 100 | 140 | 0 | 16 | 107 | 254 | 134 | 17 |
| Binary | 11 | 1001010 | 1000000 | 1100000 | 0 | 1110 | 1000111 | 10101100 | 1011100 | 1111 |
Color Harmonies of #034A40
Complementary color
Monochromatic Colors of #034A40
Black with #034A40
Text Example
Text Example
White with #034A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A40; }
p { color: rgb(3,74,64); }
H1.HeaderClassName
{
color: #034A40;
}
.AnyTagClassName
{
color: #034A40;
}
</style>
background-color css
<style>
a { background-color: #034A40; }
a { background-color: rgb(3,74,64); }
div.DivClassName
{
background-color: #034A40;
}
.BgClassName
{
background-color: #034A40;
}
</style>
border-color css
<style>
span { border-color: #034A40; }
span { border-color: rgb(3,74,64); }
td.TdClassName
{
border-color: #034A40;
}
.TagClassName
{
border-color: #034A40;
}
</style>