Shades of Cyprus #043C3E
Tints of Cyprus #043C3E
RGB
CMYK
RGB Variations
Color information
#043C3E (or 0x043C3E) is known color: Cyprus. HEX triplet: 04, 3C and 3E. RGB value is (4,60,62). Sum of RGB (Red+Green+Blue) = 4+60+62=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #043C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043C3E is #FBC3C1. Grayscale: #2B2B2B. Windows color (decimal): -16499650 or 4078596. OLE color: 4078596.
HSL color Cylindrical-coordinate representation of color #043C3E: hue angle of 182.07º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043C3E is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 60 | 62 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.76 |
| HSL | 182.07º | 0.88% | 0.13% | - |
| HSV(B) | 182.07º | 0.94% | 0.24% | - |
| XYZ | 2.54 | 3.61 | 5.12 | - |
| YUV | 43.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 62 | 0.94 | 0.03 | 0 | 0.76 | 182.07 | 0.88 | 0.13 |
| Hex | 4 | 3C | 3E | 5E | 3 | 0 | 4C | B6 | 58 | D |
| Octal | 4 | 74 | 76 | 136 | 3 | 0 | 114 | 266 | 130 | 15 |
| Binary | 100 | 111100 | 111110 | 1011110 | 11 | 0 | 1001100 | 10110110 | 1011000 | 1101 |
Color Harmonies of #043C3E
Complementary color
Monochromatic Colors of #043C3E
Black with #043C3E
Text Example
Text Example
White with #043C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C3E; }
p { color: rgb(4,60,62); }
H1.HeaderClassName
{
color: #043C3E;
}
.AnyTagClassName
{
color: #043C3E;
}
</style>
background-color css
<style>
a { background-color: #043C3E; }
a { background-color: rgb(4,60,62); }
div.DivClassName
{
background-color: #043C3E;
}
.BgClassName
{
background-color: #043C3E;
}
</style>
border-color css
<style>
span { border-color: #043C3E; }
span { border-color: rgb(4,60,62); }
td.TdClassName
{
border-color: #043C3E;
}
.TagClassName
{
border-color: #043C3E;
}
</style>