Shades of Cyprus #03463D
Tints of Cyprus #03463D
RGB
CMYK
RGB Variations
Color information
#03463D (or 0x03463D) is known color: Cyprus. HEX triplet: 03, 46 and 3D. RGB value is (3,70,61). Sum of RGB (Red+Green+Blue) = 3+70+61=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #03463D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03463D is #FCB9C2. Grayscale: #303030. Windows color (decimal): -16562627 or 4015619. OLE color: 4015619.
HSL color Cylindrical-coordinate representation of color #03463D: hue angle of 171.94º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03463D is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 70 | 61 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.73 |
| HSL | 171.94º | 0.92% | 0.14% | - |
| HSV(B) | 171.94º | 0.96% | 0.27% | - |
| XYZ | 3.07 | 4.74 | 5.17 | - |
| YUV | 48.94 | 134.8 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 61 | 0.96 | 0 | 0.13 | 0.73 | 171.94 | 0.92 | 0.14 |
| Hex | 3 | 46 | 3D | 60 | 0 | D | 49 | AC | 5C | E |
| Octal | 3 | 106 | 75 | 140 | 0 | 15 | 111 | 254 | 134 | 16 |
| Binary | 11 | 1000110 | 111101 | 1100000 | 0 | 1101 | 1001001 | 10101100 | 1011100 | 1110 |
Color Harmonies of #03463D
Complementary color
Monochromatic Colors of #03463D
Black with #03463D
Text Example
Text Example
White with #03463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03463D; }
p { color: rgb(3,70,61); }
H1.HeaderClassName
{
color: #03463D;
}
.AnyTagClassName
{
color: #03463D;
}
</style>
background-color css
<style>
a { background-color: #03463D; }
a { background-color: rgb(3,70,61); }
div.DivClassName
{
background-color: #03463D;
}
.BgClassName
{
background-color: #03463D;
}
</style>
border-color css
<style>
span { border-color: #03463D; }
span { border-color: rgb(3,70,61); }
td.TdClassName
{
border-color: #03463D;
}
.TagClassName
{
border-color: #03463D;
}
</style>