Shades of Cyprus #024A44
Tints of Cyprus #024A44
RGB
CMYK
RGB Variations
Color information
#024A44 (or 0x024A44) is known color: Cyprus. HEX triplet: 02, 4A and 44. RGB value is (2,74,68). Sum of RGB (Red+Green+Blue) = 2+74+68=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 74 (29.30% from 255 or 51.39% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 74 - color contains mainly: green. Hex color #024A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024A44 is #FDB5BB. Grayscale: #333333. Windows color (decimal): -16627132 or 4475394. OLE color: 4475394.
HSL color Cylindrical-coordinate representation of color #024A44: hue angle of 175º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024A44 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 74 | 68 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.71 |
| HSL | 175º | 0.95% | 0.15% | - |
| HSV(B) | 175º | 0.97% | 0.29% | - |
| XYZ | 3.52 | 5.33 | 6.31 | - |
| YUV | 51.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 68 | 0.97 | 0 | 0.08 | 0.71 | 175 | 0.95 | 0.15 |
| Hex | 2 | 4A | 44 | 61 | 0 | 8 | 47 | AF | 5F | F |
| Octal | 2 | 112 | 104 | 141 | 0 | 10 | 107 | 257 | 137 | 17 |
| Binary | 10 | 1001010 | 1000100 | 1100001 | 0 | 1000 | 1000111 | 10101111 | 1011111 | 1111 |
Color Harmonies of #024A44
Complementary color
Monochromatic Colors of #024A44
Black with #024A44
Text Example
Text Example
White with #024A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A44; }
p { color: rgb(2,74,68); }
H1.HeaderClassName
{
color: #024A44;
}
.AnyTagClassName
{
color: #024A44;
}
</style>
background-color css
<style>
a { background-color: #024A44; }
a { background-color: rgb(2,74,68); }
div.DivClassName
{
background-color: #024A44;
}
.BgClassName
{
background-color: #024A44;
}
</style>
border-color css
<style>
span { border-color: #024A44; }
span { border-color: rgb(2,74,68); }
td.TdClassName
{
border-color: #024A44;
}
.TagClassName
{
border-color: #024A44;
}
</style>