Shades of Cyprus #04353C
Tints of Cyprus #04353C
RGB
CMYK
RGB Variations
Color information
#04353C (or 0x04353C) is known color: Cyprus. HEX triplet: 04, 35 and 3C. RGB value is (4,53,60). Sum of RGB (Red+Green+Blue) = 4+53+60=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #04353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04353C is #FBCAC3. Grayscale: #272727. Windows color (decimal): -16501444 or 3945732. OLE color: 3945732.
HSL color Cylindrical-coordinate representation of color #04353C: hue angle of 187.5º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04353C is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 53 | 60 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.76 |
| HSL | 187.5º | 0.88% | 0.13% | - |
| HSV(B) | 187.5º | 0.93% | 0.24% | - |
| XYZ | 2.14 | 2.9 | 4.72 | - |
| YUV | 39.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 60 | 0.93 | 0.12 | 0 | 0.76 | 187.5 | 0.88 | 0.13 |
| Hex | 4 | 35 | 3C | 5D | C | 0 | 4C | BC | 58 | D |
| Octal | 4 | 65 | 74 | 135 | 14 | 0 | 114 | 274 | 130 | 15 |
| Binary | 100 | 110101 | 111100 | 1011101 | 1100 | 0 | 1001100 | 10111100 | 1011000 | 1101 |
Color Harmonies of #04353C
Complementary color
Monochromatic Colors of #04353C
Black with #04353C
Text Example
Text Example
White with #04353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04353C; }
p { color: rgb(4,53,60); }
H1.HeaderClassName
{
color: #04353C;
}
.AnyTagClassName
{
color: #04353C;
}
</style>
background-color css
<style>
a { background-color: #04353C; }
a { background-color: rgb(4,53,60); }
div.DivClassName
{
background-color: #04353C;
}
.BgClassName
{
background-color: #04353C;
}
</style>
border-color css
<style>
span { border-color: #04353C; }
span { border-color: rgb(4,53,60); }
td.TdClassName
{
border-color: #04353C;
}
.TagClassName
{
border-color: #04353C;
}
</style>