Shades of Cyprus #04393A
Tints of Cyprus #04393A
RGB
CMYK
RGB Variations
Color information
#04393A (or 0x04393A) is known color: Cyprus. HEX triplet: 04, 39 and 3A. RGB value is (4,57,58). Sum of RGB (Red+Green+Blue) = 4+57+58=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #04393A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04393A is #FBC6C5. Grayscale: #292929. Windows color (decimal): -16500422 or 3815684. OLE color: 3815684.
HSL color Cylindrical-coordinate representation of color #04393A: hue angle of 181.11º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04393A is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 57 | 58 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.77 |
| HSL | 181.11º | 0.87% | 0.12% | - |
| HSV(B) | 181.11º | 0.93% | 0.23% | - |
| XYZ | 2.28 | 3.26 | 4.51 | - |
| YUV | 41.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 57 | 58 | 0.93 | 0.02 | 0 | 0.77 | 181.11 | 0.87 | 0.12 |
| Hex | 4 | 39 | 3A | 5D | 2 | 0 | 4D | B5 | 57 | C |
| Octal | 4 | 71 | 72 | 135 | 2 | 0 | 115 | 265 | 127 | 14 |
| Binary | 100 | 111001 | 111010 | 1011101 | 10 | 0 | 1001101 | 10110101 | 1010111 | 1100 |
Color Harmonies of #04393A
Complementary color
Monochromatic Colors of #04393A
Black with #04393A
Text Example
Text Example
White with #04393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04393A; }
p { color: rgb(4,57,58); }
H1.HeaderClassName
{
color: #04393A;
}
.AnyTagClassName
{
color: #04393A;
}
</style>
background-color css
<style>
a { background-color: #04393A; }
a { background-color: rgb(4,57,58); }
div.DivClassName
{
background-color: #04393A;
}
.BgClassName
{
background-color: #04393A;
}
</style>
border-color css
<style>
span { border-color: #04393A; }
span { border-color: rgb(4,57,58); }
td.TdClassName
{
border-color: #04393A;
}
.TagClassName
{
border-color: #04393A;
}
</style>