Shades of Cyprus #03453A
Tints of Cyprus #03453A
RGB
CMYK
RGB Variations
Color information
#03453A (or 0x03453A) is known color: Cyprus. HEX triplet: 03, 45 and 3A. RGB value is (3,69,58). Sum of RGB (Red+Green+Blue) = 3+69+58=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #03453A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03453A is #FCBAC5. Grayscale: #2F2F2F. Windows color (decimal): -16562886 or 3818755. OLE color: 3818755.
HSL color Cylindrical-coordinate representation of color #03453A: hue angle of 170º 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 #03453A is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 69 | 58 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.73 |
| HSL | 170º | 0.92% | 0.14% | - |
| HSV(B) | 170º | 0.96% | 0.27% | - |
| XYZ | 2.93 | 4.58 | 4.73 | - |
| YUV | 48.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 58 | 0.96 | 0 | 0.16 | 0.73 | 170 | 0.92 | 0.14 |
| Hex | 3 | 45 | 3A | 60 | 0 | 10 | 49 | AA | 5C | E |
| Octal | 3 | 105 | 72 | 140 | 0 | 20 | 111 | 252 | 134 | 16 |
| Binary | 11 | 1000101 | 111010 | 1100000 | 0 | 10000 | 1001001 | 10101010 | 1011100 | 1110 |
Color Harmonies of #03453A
Complementary color
Monochromatic Colors of #03453A
Black with #03453A
Text Example
Text Example
White with #03453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03453A; }
p { color: rgb(3,69,58); }
H1.HeaderClassName
{
color: #03453A;
}
.AnyTagClassName
{
color: #03453A;
}
</style>
background-color css
<style>
a { background-color: #03453A; }
a { background-color: rgb(3,69,58); }
div.DivClassName
{
background-color: #03453A;
}
.BgClassName
{
background-color: #03453A;
}
</style>
border-color css
<style>
span { border-color: #03453A; }
span { border-color: rgb(3,69,58); }
td.TdClassName
{
border-color: #03453A;
}
.TagClassName
{
border-color: #03453A;
}
</style>