Shades of Cyprus #03523F
Tints of Cyprus #03523F
RGB
CMYK
RGB Variations
Color information
#03523F (or 0x03523F) is known color: Cyprus. HEX triplet: 03, 52 and 3F. RGB value is (3,82,63). Sum of RGB (Red+Green+Blue) = 3+82+63=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #03523F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03523F is #FCADC0. Grayscale: #383838. Windows color (decimal): -16559553 or 4149763. OLE color: 4149763.
HSL color Cylindrical-coordinate representation of color #03523F: hue angle of 165.57º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03523F is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 82 | 63 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.68 |
| HSL | 165.57º | 0.93% | 0.17% | - |
| HSV(B) | 165.57º | 0.96% | 0.32% | - |
| XYZ | 3.95 | 6.41 | 5.73 | - |
| YUV | 56.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 63 | 0.96 | 0 | 0.23 | 0.68 | 165.57 | 0.93 | 0.17 |
| Hex | 3 | 52 | 3F | 60 | 0 | 17 | 44 | A6 | 5D | 11 |
| Octal | 3 | 122 | 77 | 140 | 0 | 27 | 104 | 246 | 135 | 21 |
| Binary | 11 | 1010010 | 111111 | 1100000 | 0 | 10111 | 1000100 | 10100110 | 1011101 | 10001 |
Color Harmonies of #03523F
Complementary color
Monochromatic Colors of #03523F
Black with #03523F
Text Example
Text Example
White with #03523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03523F; }
p { color: rgb(3,82,63); }
H1.HeaderClassName
{
color: #03523F;
}
.AnyTagClassName
{
color: #03523F;
}
</style>
background-color css
<style>
a { background-color: #03523F; }
a { background-color: rgb(3,82,63); }
div.DivClassName
{
background-color: #03523F;
}
.BgClassName
{
background-color: #03523F;
}
</style>
border-color css
<style>
span { border-color: #03523F; }
span { border-color: rgb(3,82,63); }
td.TdClassName
{
border-color: #03523F;
}
.TagClassName
{
border-color: #03523F;
}
</style>