Shades of Cyprus #03443D
Tints of Cyprus #03443D
RGB
CMYK
RGB Variations
Color information
#03443D (or 0x03443D) is known color: Cyprus. HEX triplet: 03, 44 and 3D. RGB value is (3,68,61). Sum of RGB (Red+Green+Blue) = 3+68+61=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #03443D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03443D is #FCBBC2. Grayscale: #2F2F2F. Windows color (decimal): -16563139 or 4015107. OLE color: 4015107.
HSL color Cylindrical-coordinate representation of color #03443D: hue angle of 173.54º 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 #03443D is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 68 | 61 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.73 |
| HSL | 173.54º | 0.92% | 0.14% | - |
| HSV(B) | 173.54º | 0.96% | 0.27% | - |
| XYZ | 2.95 | 4.49 | 5.13 | - |
| YUV | 47.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 61 | 0.96 | 0 | 0.10 | 0.73 | 173.54 | 0.92 | 0.14 |
| Hex | 3 | 44 | 3D | 60 | 0 | A | 49 | AE | 5C | E |
| Octal | 3 | 104 | 75 | 140 | 0 | 12 | 111 | 256 | 134 | 16 |
| Binary | 11 | 1000100 | 111101 | 1100000 | 0 | 1010 | 1001001 | 10101110 | 1011100 | 1110 |
Color Harmonies of #03443D
Complementary color
Monochromatic Colors of #03443D
Black with #03443D
Text Example
Text Example
White with #03443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03443D; }
p { color: rgb(3,68,61); }
H1.HeaderClassName
{
color: #03443D;
}
.AnyTagClassName
{
color: #03443D;
}
</style>
background-color css
<style>
a { background-color: #03443D; }
a { background-color: rgb(3,68,61); }
div.DivClassName
{
background-color: #03443D;
}
.BgClassName
{
background-color: #03443D;
}
</style>
border-color css
<style>
span { border-color: #03443D; }
span { border-color: rgb(3,68,61); }
td.TdClassName
{
border-color: #03443D;
}
.TagClassName
{
border-color: #03443D;
}
</style>