Shades of Cyprus #03443F
Tints of Cyprus #03443F
RGB
CMYK
RGB Variations
Color information
#03443F (or 0x03443F) is known color: Cyprus. HEX triplet: 03, 44 and 3F. RGB value is (3,68,63). Sum of RGB (Red+Green+Blue) = 3+68+63=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #03443F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03443F is #FCBBC0. Grayscale: #2F2F2F. Windows color (decimal): -16563137 or 4146179. OLE color: 4146179.
HSL color Cylindrical-coordinate representation of color #03443F: hue angle of 175.38º 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 #03443F is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 68 | 63 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.73 |
| HSL | 175.38º | 0.92% | 0.14% | - |
| HSV(B) | 175.38º | 0.96% | 0.27% | - |
| XYZ | 3 | 4.51 | 5.42 | - |
| YUV | 48 | 136.47 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 63 | 0.96 | 0 | 0.07 | 0.73 | 175.38 | 0.92 | 0.14 |
| Hex | 3 | 44 | 3F | 60 | 0 | 7 | 49 | AF | 5C | E |
| Octal | 3 | 104 | 77 | 140 | 0 | 7 | 111 | 257 | 134 | 16 |
| Binary | 11 | 1000100 | 111111 | 1100000 | 0 | 111 | 1001001 | 10101111 | 1011100 | 1110 |
Color Harmonies of #03443F
Complementary color
Monochromatic Colors of #03443F
Black with #03443F
Text Example
Text Example
White with #03443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03443F; }
p { color: rgb(3,68,63); }
H1.HeaderClassName
{
color: #03443F;
}
.AnyTagClassName
{
color: #03443F;
}
</style>
background-color css
<style>
a { background-color: #03443F; }
a { background-color: rgb(3,68,63); }
div.DivClassName
{
background-color: #03443F;
}
.BgClassName
{
background-color: #03443F;
}
</style>
border-color css
<style>
span { border-color: #03443F; }
span { border-color: rgb(3,68,63); }
td.TdClassName
{
border-color: #03443F;
}
.TagClassName
{
border-color: #03443F;
}
</style>