Shades of Cyprus #03473D
Tints of Cyprus #03473D
RGB
CMYK
RGB Variations
Color information
#03473D (or 0x03473D) is known color: Cyprus. HEX triplet: 03, 47 and 3D. RGB value is (3,71,61). Sum of RGB (Red+Green+Blue) = 3+71+61=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #03473D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03473D is #FCB8C2. Grayscale: #313131. Windows color (decimal): -16562371 or 4015875. OLE color: 4015875.
HSL color Cylindrical-coordinate representation of color #03473D: hue angle of 171.18º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03473D is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 71 | 61 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.72 |
| HSL | 171.18º | 0.92% | 0.15% | - |
| HSV(B) | 171.18º | 0.96% | 0.28% | - |
| XYZ | 3.13 | 4.86 | 5.19 | - |
| YUV | 49.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 71 | 61 | 0.96 | 0 | 0.14 | 0.72 | 171.18 | 0.92 | 0.15 |
| Hex | 3 | 47 | 3D | 60 | 0 | E | 48 | AB | 5C | F |
| Octal | 3 | 107 | 75 | 140 | 0 | 16 | 110 | 253 | 134 | 17 |
| Binary | 11 | 1000111 | 111101 | 1100000 | 0 | 1110 | 1001000 | 10101011 | 1011100 | 1111 |
Color Harmonies of #03473D
Complementary color
Monochromatic Colors of #03473D
Black with #03473D
Text Example
Text Example
White with #03473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03473D; }
p { color: rgb(3,71,61); }
H1.HeaderClassName
{
color: #03473D;
}
.AnyTagClassName
{
color: #03473D;
}
</style>
background-color css
<style>
a { background-color: #03473D; }
a { background-color: rgb(3,71,61); }
div.DivClassName
{
background-color: #03473D;
}
.BgClassName
{
background-color: #03473D;
}
</style>
border-color css
<style>
span { border-color: #03473D; }
span { border-color: rgb(3,71,61); }
td.TdClassName
{
border-color: #03473D;
}
.TagClassName
{
border-color: #03473D;
}
</style>