Shades of Cyprus #03473B
Tints of Cyprus #03473B
RGB
CMYK
RGB Variations
Color information
#03473B (or 0x03473B) is known color: Cyprus. HEX triplet: 03, 47 and 3B. RGB value is (3,71,59). Sum of RGB (Red+Green+Blue) = 3+71+59=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #03473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03473B is #FCB8C4. Grayscale: #313131. Windows color (decimal): -16562373 or 3884803. OLE color: 3884803.
HSL color Cylindrical-coordinate representation of color #03473B: hue angle of 169.41º 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 #03473B is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 71 | 59 | - |
| CMYK | 0.96 | 0 | 0.17 | 0.72 |
| HSL | 169.41º | 0.92% | 0.15% | - |
| HSV(B) | 169.41º | 0.96% | 0.28% | - |
| XYZ | 3.08 | 4.84 | 4.91 | - |
| YUV | 49.3 | 133.47 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 71 | 59 | 0.96 | 0 | 0.17 | 0.72 | 169.41 | 0.92 | 0.15 |
| Hex | 3 | 47 | 3B | 60 | 0 | 11 | 48 | A9 | 5C | F |
| Octal | 3 | 107 | 73 | 140 | 0 | 21 | 110 | 251 | 134 | 17 |
| Binary | 11 | 1000111 | 111011 | 1100000 | 0 | 10001 | 1001000 | 10101001 | 1011100 | 1111 |
Color Harmonies of #03473B
Complementary color
Monochromatic Colors of #03473B
Black with #03473B
Text Example
Text Example
White with #03473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03473B; }
p { color: rgb(3,71,59); }
H1.HeaderClassName
{
color: #03473B;
}
.AnyTagClassName
{
color: #03473B;
}
</style>
background-color css
<style>
a { background-color: #03473B; }
a { background-color: rgb(3,71,59); }
div.DivClassName
{
background-color: #03473B;
}
.BgClassName
{
background-color: #03473B;
}
</style>
border-color css
<style>
span { border-color: #03473B; }
span { border-color: rgb(3,71,59); }
td.TdClassName
{
border-color: #03473B;
}
.TagClassName
{
border-color: #03473B;
}
</style>