Shades of Cyprus #03493F
Tints of Cyprus #03493F
RGB
CMYK
RGB Variations
Color information
#03493F (or 0x03493F) is known color: Cyprus. HEX triplet: 03, 49 and 3F. RGB value is (3,73,63). Sum of RGB (Red+Green+Blue) = 3+73+63=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #03493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03493F is #FCB6C0. Grayscale: #323232. Windows color (decimal): -16561857 or 4147459. OLE color: 4147459.
HSL color Cylindrical-coordinate representation of color #03493F: hue angle of 171.43º 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 #03493F is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 73 | 63 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.71 |
| HSL | 171.43º | 0.92% | 0.15% | - |
| HSV(B) | 171.43º | 0.96% | 0.29% | - |
| XYZ | 3.32 | 5.14 | 5.52 | - |
| YUV | 50.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 63 | 0.96 | 0 | 0.14 | 0.71 | 171.43 | 0.92 | 0.15 |
| Hex | 3 | 49 | 3F | 60 | 0 | E | 47 | AB | 5C | F |
| Octal | 3 | 111 | 77 | 140 | 0 | 16 | 107 | 253 | 134 | 17 |
| Binary | 11 | 1001001 | 111111 | 1100000 | 0 | 1110 | 1000111 | 10101011 | 1011100 | 1111 |
Color Harmonies of #03493F
Complementary color
Monochromatic Colors of #03493F
Black with #03493F
Text Example
Text Example
White with #03493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03493F; }
p { color: rgb(3,73,63); }
H1.HeaderClassName
{
color: #03493F;
}
.AnyTagClassName
{
color: #03493F;
}
</style>
background-color css
<style>
a { background-color: #03493F; }
a { background-color: rgb(3,73,63); }
div.DivClassName
{
background-color: #03493F;
}
.BgClassName
{
background-color: #03493F;
}
</style>
border-color css
<style>
span { border-color: #03493F; }
span { border-color: rgb(3,73,63); }
td.TdClassName
{
border-color: #03493F;
}
.TagClassName
{
border-color: #03493F;
}
</style>