Shades of Cyprus #023C3E
Tints of Cyprus #023C3E
RGB
CMYK
RGB Variations
Color information
#023C3E (or 0x023C3E) is known color: Cyprus. HEX triplet: 02, 3C and 3E. RGB value is (2,60,62). Sum of RGB (Red+Green+Blue) = 2+60+62=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 60 (23.83% from 255 or 48.39% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #023C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023C3E is #FDC3C1. Grayscale: #2A2A2A. Windows color (decimal): -16630722 or 4078594. OLE color: 4078594.
HSL color Cylindrical-coordinate representation of color #023C3E: hue angle of 182º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023C3E is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 60 | 62 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.76 |
| HSL | 182º | 0.94% | 0.13% | - |
| HSV(B) | 182º | 0.97% | 0.24% | - |
| XYZ | 2.51 | 3.59 | 5.12 | - |
| YUV | 42.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 62 | 0.97 | 0.03 | 0 | 0.76 | 182 | 0.94 | 0.13 |
| Hex | 2 | 3C | 3E | 61 | 3 | 0 | 4C | B6 | 5E | D |
| Octal | 2 | 74 | 76 | 141 | 3 | 0 | 114 | 266 | 136 | 15 |
| Binary | 10 | 111100 | 111110 | 1100001 | 11 | 0 | 1001100 | 10110110 | 1011110 | 1101 |
Color Harmonies of #023C3E
Complementary color
Monochromatic Colors of #023C3E
Black with #023C3E
Text Example
Text Example
White with #023C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C3E; }
p { color: rgb(2,60,62); }
H1.HeaderClassName
{
color: #023C3E;
}
.AnyTagClassName
{
color: #023C3E;
}
</style>
background-color css
<style>
a { background-color: #023C3E; }
a { background-color: rgb(2,60,62); }
div.DivClassName
{
background-color: #023C3E;
}
.BgClassName
{
background-color: #023C3E;
}
</style>
border-color css
<style>
span { border-color: #023C3E; }
span { border-color: rgb(2,60,62); }
td.TdClassName
{
border-color: #023C3E;
}
.TagClassName
{
border-color: #023C3E;
}
</style>