Shades of Cyprus #03503E
Tints of Cyprus #03503E
RGB
CMYK
RGB Variations
Color information
#03503E (or 0x03503E) is known color: Cyprus. HEX triplet: 03, 50 and 3E. RGB value is (3,80,62). Sum of RGB (Red+Green+Blue) = 3+80+62=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #03503E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03503E is #FCAFC1. Grayscale: #363636. Windows color (decimal): -16560066 or 4083715. OLE color: 4083715.
HSL color Cylindrical-coordinate representation of color #03503E: hue angle of 165.97º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03503E is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 80 | 62 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.69 |
| HSL | 165.97º | 0.93% | 0.16% | - |
| HSV(B) | 165.97º | 0.96% | 0.31% | - |
| XYZ | 3.78 | 6.1 | 5.54 | - |
| YUV | 54.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 62 | 0.96 | 0 | 0.22 | 0.69 | 165.97 | 0.93 | 0.16 |
| Hex | 3 | 50 | 3E | 60 | 0 | 16 | 45 | A6 | 5D | 10 |
| Octal | 3 | 120 | 76 | 140 | 0 | 26 | 105 | 246 | 135 | 20 |
| Binary | 11 | 1010000 | 111110 | 1100000 | 0 | 10110 | 1000101 | 10100110 | 1011101 | 10000 |
Color Harmonies of #03503E
Complementary color
Monochromatic Colors of #03503E
Black with #03503E
Text Example
Text Example
White with #03503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03503E; }
p { color: rgb(3,80,62); }
H1.HeaderClassName
{
color: #03503E;
}
.AnyTagClassName
{
color: #03503E;
}
</style>
background-color css
<style>
a { background-color: #03503E; }
a { background-color: rgb(3,80,62); }
div.DivClassName
{
background-color: #03503E;
}
.BgClassName
{
background-color: #03503E;
}
</style>
border-color css
<style>
span { border-color: #03503E; }
span { border-color: rgb(3,80,62); }
td.TdClassName
{
border-color: #03503E;
}
.TagClassName
{
border-color: #03503E;
}
</style>