Shades of Cyprus #03493C
Tints of Cyprus #03493C
RGB
CMYK
RGB Variations
Color information
#03493C (or 0x03493C) is known color: Cyprus. HEX triplet: 03, 49 and 3C. RGB value is (3,73,60). Sum of RGB (Red+Green+Blue) = 3+73+60=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 73 (28.91% from 255 or 53.68% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 73 - color contains mainly: green. Hex color #03493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03493C is #FCB6C3. Grayscale: #323232. Windows color (decimal): -16561860 or 3950851. OLE color: 3950851.
HSL color Cylindrical-coordinate representation of color #03493C: hue angle of 168.86º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03493C is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 73 | 60 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.71 |
| HSL | 168.86º | 0.92% | 0.15% | - |
| HSV(B) | 168.86º | 0.96% | 0.29% | - |
| XYZ | 3.24 | 5.11 | 5.09 | - |
| YUV | 50.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 60 | 0.96 | 0 | 0.18 | 0.71 | 168.86 | 0.92 | 0.15 |
| Hex | 3 | 49 | 3C | 60 | 0 | 12 | 47 | A9 | 5C | F |
| Octal | 3 | 111 | 74 | 140 | 0 | 22 | 107 | 251 | 134 | 17 |
| Binary | 11 | 1001001 | 111100 | 1100000 | 0 | 10010 | 1000111 | 10101001 | 1011100 | 1111 |
Color Harmonies of #03493C
Complementary color
Monochromatic Colors of #03493C
Black with #03493C
Text Example
Text Example
White with #03493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03493C; }
p { color: rgb(3,73,60); }
H1.HeaderClassName
{
color: #03493C;
}
.AnyTagClassName
{
color: #03493C;
}
</style>
background-color css
<style>
a { background-color: #03493C; }
a { background-color: rgb(3,73,60); }
div.DivClassName
{
background-color: #03493C;
}
.BgClassName
{
background-color: #03493C;
}
</style>
border-color css
<style>
span { border-color: #03493C; }
span { border-color: rgb(3,73,60); }
td.TdClassName
{
border-color: #03493C;
}
.TagClassName
{
border-color: #03493C;
}
</style>