Shades of Cyprus #04353D
Tints of Cyprus #04353D
RGB
CMYK
RGB Variations
Color information
#04353D (or 0x04353D) is known color: Cyprus. HEX triplet: 04, 35 and 3D. RGB value is (4,53,61). Sum of RGB (Red+Green+Blue) = 4+53+61=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #04353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04353D is #FBCAC2. Grayscale: #272727. Windows color (decimal): -16501443 or 4011268. OLE color: 4011268.
HSL color Cylindrical-coordinate representation of color #04353D: hue angle of 188.42º 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 #04353D is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 53 | 61 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.76 |
| HSL | 188.42º | 0.88% | 0.13% | - |
| HSV(B) | 188.42º | 0.93% | 0.24% | - |
| XYZ | 2.17 | 2.91 | 4.86 | - |
| YUV | 39.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 61 | 0.93 | 0.13 | 0 | 0.76 | 188.42 | 0.88 | 0.13 |
| Hex | 4 | 35 | 3D | 5D | D | 0 | 4C | BC | 58 | D |
| Octal | 4 | 65 | 75 | 135 | 15 | 0 | 114 | 274 | 130 | 15 |
| Binary | 100 | 110101 | 111101 | 1011101 | 1101 | 0 | 1001100 | 10111100 | 1011000 | 1101 |
Color Harmonies of #04353D
Complementary color
Monochromatic Colors of #04353D
Black with #04353D
Text Example
Text Example
White with #04353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04353D; }
p { color: rgb(4,53,61); }
H1.HeaderClassName
{
color: #04353D;
}
.AnyTagClassName
{
color: #04353D;
}
</style>
background-color css
<style>
a { background-color: #04353D; }
a { background-color: rgb(4,53,61); }
div.DivClassName
{
background-color: #04353D;
}
.BgClassName
{
background-color: #04353D;
}
</style>
border-color css
<style>
span { border-color: #04353D; }
span { border-color: rgb(4,53,61); }
td.TdClassName
{
border-color: #04353D;
}
.TagClassName
{
border-color: #04353D;
}
</style>