Shades of Cyprus #043D3F
Tints of Cyprus #043D3F
RGB
CMYK
RGB Variations
Color information
#043D3F (or 0x043D3F) is known color: Cyprus. HEX triplet: 04, 3D and 3F. RGB value is (4,61,63). Sum of RGB (Red+Green+Blue) = 4+61+63=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #043D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043D3F is #FBC2C0. Grayscale: #2C2C2C. Windows color (decimal): -16499393 or 4144388. OLE color: 4144388.
HSL color Cylindrical-coordinate representation of color #043D3F: hue angle of 182.03º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043D3F is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 61 | 63 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.75 |
| HSL | 182.03º | 0.88% | 0.13% | - |
| HSV(B) | 182.03º | 0.94% | 0.25% | - |
| XYZ | 2.62 | 3.72 | 5.28 | - |
| YUV | 44.19 | 138.62 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 63 | 0.94 | 0.03 | 0 | 0.75 | 182.03 | 0.88 | 0.13 |
| Hex | 4 | 3D | 3F | 5E | 3 | 0 | 4B | B6 | 58 | D |
| Octal | 4 | 75 | 77 | 136 | 3 | 0 | 113 | 266 | 130 | 15 |
| Binary | 100 | 111101 | 111111 | 1011110 | 11 | 0 | 1001011 | 10110110 | 1011000 | 1101 |
Color Harmonies of #043D3F
Complementary color
Monochromatic Colors of #043D3F
Black with #043D3F
Text Example
Text Example
White with #043D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043D3F; }
p { color: rgb(4,61,63); }
H1.HeaderClassName
{
color: #043D3F;
}
.AnyTagClassName
{
color: #043D3F;
}
</style>
background-color css
<style>
a { background-color: #043D3F; }
a { background-color: rgb(4,61,63); }
div.DivClassName
{
background-color: #043D3F;
}
.BgClassName
{
background-color: #043D3F;
}
</style>
border-color css
<style>
span { border-color: #043D3F; }
span { border-color: rgb(4,61,63); }
td.TdClassName
{
border-color: #043D3F;
}
.TagClassName
{
border-color: #043D3F;
}
</style>