Shades of Cyprus #03443B
Tints of Cyprus #03443B
RGB
CMYK
RGB Variations
Color information
#03443B (or 0x03443B) is known color: Cyprus. HEX triplet: 03, 44 and 3B. RGB value is (3,68,59). Sum of RGB (Red+Green+Blue) = 3+68+59=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #03443B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03443B is #FCBBC4. Grayscale: #2F2F2F. Windows color (decimal): -16563141 or 3884035. OLE color: 3884035.
HSL color Cylindrical-coordinate representation of color #03443B: hue angle of 171.69º 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 #03443B is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 68 | 59 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.73 |
| HSL | 171.69º | 0.92% | 0.14% | - |
| HSV(B) | 171.69º | 0.96% | 0.27% | - |
| XYZ | 2.89 | 4.47 | 4.85 | - |
| YUV | 47.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 59 | 0.96 | 0 | 0.13 | 0.73 | 171.69 | 0.92 | 0.14 |
| Hex | 3 | 44 | 3B | 60 | 0 | D | 49 | AC | 5C | E |
| Octal | 3 | 104 | 73 | 140 | 0 | 15 | 111 | 254 | 134 | 16 |
| Binary | 11 | 1000100 | 111011 | 1100000 | 0 | 1101 | 1001001 | 10101100 | 1011100 | 1110 |
Color Harmonies of #03443B
Complementary color
Monochromatic Colors of #03443B
Black with #03443B
Text Example
Text Example
White with #03443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03443B; }
p { color: rgb(3,68,59); }
H1.HeaderClassName
{
color: #03443B;
}
.AnyTagClassName
{
color: #03443B;
}
</style>
background-color css
<style>
a { background-color: #03443B; }
a { background-color: rgb(3,68,59); }
div.DivClassName
{
background-color: #03443B;
}
.BgClassName
{
background-color: #03443B;
}
</style>
border-color css
<style>
span { border-color: #03443B; }
span { border-color: rgb(3,68,59); }
td.TdClassName
{
border-color: #03443B;
}
.TagClassName
{
border-color: #03443B;
}
</style>