Shades of Cyprus #003235
Tints of Cyprus #003235
RGB
CMYK
RGB Variations
Color information
#003235 (or 0x003235) is known color: Cyprus. HEX triplet: 00, 32 and 35. RGB value is (0,50,53). Sum of RGB (Red+Green+Blue) = 0+50+53=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 53 (21.09% from 255 or 51.46% from 103); Max value from RGB is 53 - color contains mainly: blue. Hex color #003235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003235 is #FFCDCA. Grayscale: #232323. Windows color (decimal): -16764363 or 3486208. OLE color: 3486208.
HSL color Cylindrical-coordinate representation of color #003235: hue angle of 183.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003235 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 50 | 53 | - |
| CMYK | 1 | 0.06 | 0 | 0.79 |
| HSL | 183.4º | 1% | 0.1% | - |
| HSV(B) | 183.4º | 1% | 0.21% | - |
| XYZ | 1.78 | 2.54 | 3.76 | - |
| YUV | 35.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 53 | 1 | 0.06 | 0 | 0.79 | 183.4 | 1 | 0.1 |
| Hex | 0 | 32 | 35 | 64 | 6 | 0 | 4F | B7 | 64 | A |
| Octal | 0 | 62 | 65 | 144 | 6 | 0 | 117 | 267 | 144 | 12 |
| Binary | 0 | 110010 | 110101 | 1100100 | 110 | 0 | 1001111 | 10110111 | 1100100 | 1010 |
Color Harmonies of #003235
Complementary color
Monochromatic Colors of #003235
Black with #003235
Text Example
Text Example
White with #003235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003235; }
p { color: rgb(0,50,53); }
H1.HeaderClassName
{
color: #003235;
}
.AnyTagClassName
{
color: #003235;
}
</style>
background-color css
<style>
a { background-color: #003235; }
a { background-color: rgb(0,50,53); }
div.DivClassName
{
background-color: #003235;
}
.BgClassName
{
background-color: #003235;
}
</style>
border-color css
<style>
span { border-color: #003235; }
span { border-color: rgb(0,50,53); }
td.TdClassName
{
border-color: #003235;
}
.TagClassName
{
border-color: #003235;
}
</style>