Shades of Cyprus #03443C
Tints of Cyprus #03443C
RGB
CMYK
RGB Variations
Color information
#03443C (or 0x03443C) is known color: Cyprus. HEX triplet: 03, 44 and 3C. RGB value is (3,68,60). Sum of RGB (Red+Green+Blue) = 3+68+60=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #03443C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03443C is #FCBBC3. Grayscale: #2F2F2F. Windows color (decimal): -16563140 or 3949571. OLE color: 3949571.
HSL color Cylindrical-coordinate representation of color #03443C: hue angle of 172.62º 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 #03443C is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 68 | 60 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.73 |
| HSL | 172.62º | 0.92% | 0.14% | - |
| HSV(B) | 172.62º | 0.96% | 0.27% | - |
| XYZ | 2.92 | 4.48 | 4.99 | - |
| YUV | 47.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 60 | 0.96 | 0 | 0.12 | 0.73 | 172.62 | 0.92 | 0.14 |
| Hex | 3 | 44 | 3C | 60 | 0 | C | 49 | AD | 5C | E |
| Octal | 3 | 104 | 74 | 140 | 0 | 14 | 111 | 255 | 134 | 16 |
| Binary | 11 | 1000100 | 111100 | 1100000 | 0 | 1100 | 1001001 | 10101101 | 1011100 | 1110 |
Color Harmonies of #03443C
Complementary color
Monochromatic Colors of #03443C
Black with #03443C
Text Example
Text Example
White with #03443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03443C; }
p { color: rgb(3,68,60); }
H1.HeaderClassName
{
color: #03443C;
}
.AnyTagClassName
{
color: #03443C;
}
</style>
background-color css
<style>
a { background-color: #03443C; }
a { background-color: rgb(3,68,60); }
div.DivClassName
{
background-color: #03443C;
}
.BgClassName
{
background-color: #03443C;
}
</style>
border-color css
<style>
span { border-color: #03443C; }
span { border-color: rgb(3,68,60); }
td.TdClassName
{
border-color: #03443C;
}
.TagClassName
{
border-color: #03443C;
}
</style>