Shades of Cyprus #02443C
Tints of Cyprus #02443C
RGB
CMYK
RGB Variations
Color information
#02443C (or 0x02443C) is known color: Cyprus. HEX triplet: 02, 44 and 3C. RGB value is (2,68,60). Sum of RGB (Red+Green+Blue) = 2+68+60=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #02443C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02443C is #FDBBC3. Grayscale: #2F2F2F. Windows color (decimal): -16628676 or 3949570. OLE color: 3949570.
HSL color Cylindrical-coordinate representation of color #02443C: hue angle of 172.73º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02443C is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 68 | 60 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.73 |
| HSL | 172.73º | 0.94% | 0.14% | - |
| HSV(B) | 172.73º | 0.97% | 0.27% | - |
| XYZ | 2.91 | 4.47 | 4.99 | - |
| YUV | 47.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 60 | 0.97 | 0 | 0.12 | 0.73 | 172.73 | 0.94 | 0.14 |
| Hex | 2 | 44 | 3C | 61 | 0 | C | 49 | AD | 5E | E |
| Octal | 2 | 104 | 74 | 141 | 0 | 14 | 111 | 255 | 136 | 16 |
| Binary | 10 | 1000100 | 111100 | 1100001 | 0 | 1100 | 1001001 | 10101101 | 1011110 | 1110 |
Color Harmonies of #02443C
Complementary color
Monochromatic Colors of #02443C
Black with #02443C
Text Example
Text Example
White with #02443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02443C; }
p { color: rgb(2,68,60); }
H1.HeaderClassName
{
color: #02443C;
}
.AnyTagClassName
{
color: #02443C;
}
</style>
background-color css
<style>
a { background-color: #02443C; }
a { background-color: rgb(2,68,60); }
div.DivClassName
{
background-color: #02443C;
}
.BgClassName
{
background-color: #02443C;
}
</style>
border-color css
<style>
span { border-color: #02443C; }
span { border-color: rgb(2,68,60); }
td.TdClassName
{
border-color: #02443C;
}
.TagClassName
{
border-color: #02443C;
}
</style>