Shades of Cyprus #003234
Tints of Cyprus #003234
RGB
CMYK
RGB Variations
Color information
#003234 (or 0x003234) is known color: Cyprus. HEX triplet: 00, 32 and 34. RGB value is (0,50,52). Sum of RGB (Red+Green+Blue) = 0+50+52=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #003234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003234 is #FFCDCB. Grayscale: #232323. Windows color (decimal): -16764364 or 3420672. OLE color: 3420672.
HSL color Cylindrical-coordinate representation of color #003234: hue angle of 182.31º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003234 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 50 | 52 | - |
| CMYK | 1 | 0.04 | 0 | 0.80 |
| HSL | 182.31º | 1% | 0.1% | - |
| HSV(B) | 182.31º | 1% | 0.2% | - |
| XYZ | 1.76 | 2.53 | 3.64 | - |
| YUV | 35.28 | 137.44 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 52 | 1 | 0.04 | 0 | 0.80 | 182.31 | 1 | 0.1 |
| Hex | 0 | 32 | 34 | 64 | 4 | 0 | 50 | B6 | 64 | A |
| Octal | 0 | 62 | 64 | 144 | 4 | 0 | 120 | 266 | 144 | 12 |
| Binary | 0 | 110010 | 110100 | 1100100 | 100 | 0 | 1010000 | 10110110 | 1100100 | 1010 |
Color Harmonies of #003234
Complementary color
Monochromatic Colors of #003234
Black with #003234
Text Example
Text Example
White with #003234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003234; }
p { color: rgb(0,50,52); }
H1.HeaderClassName
{
color: #003234;
}
.AnyTagClassName
{
color: #003234;
}
</style>
background-color css
<style>
a { background-color: #003234; }
a { background-color: rgb(0,50,52); }
div.DivClassName
{
background-color: #003234;
}
.BgClassName
{
background-color: #003234;
}
</style>
border-color css
<style>
span { border-color: #003234; }
span { border-color: rgb(0,50,52); }
td.TdClassName
{
border-color: #003234;
}
.TagClassName
{
border-color: #003234;
}
</style>