Shades of Cyprus #023B3E
Tints of Cyprus #023B3E
RGB
CMYK
RGB Variations
Color information
#023B3E (or 0x023B3E) is known color: Cyprus. HEX triplet: 02, 3B and 3E. RGB value is (2,59,62). Sum of RGB (Red+Green+Blue) = 2+59+62=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #023B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B3E is #FDC4C1. Grayscale: #2A2A2A. Windows color (decimal): -16630978 or 4078338. OLE color: 4078338.
HSL color Cylindrical-coordinate representation of color #023B3E: hue angle of 183º 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 #023B3E is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 59 | 62 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.76 |
| HSL | 183º | 0.94% | 0.13% | - |
| HSV(B) | 183º | 0.97% | 0.24% | - |
| XYZ | 2.46 | 3.49 | 5.1 | - |
| YUV | 42.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 62 | 0.97 | 0.05 | 0 | 0.76 | 183 | 0.94 | 0.13 |
| Hex | 2 | 3B | 3E | 61 | 5 | 0 | 4C | B7 | 5E | D |
| Octal | 2 | 73 | 76 | 141 | 5 | 0 | 114 | 267 | 136 | 15 |
| Binary | 10 | 111011 | 111110 | 1100001 | 101 | 0 | 1001100 | 10110111 | 1011110 | 1101 |
Color Harmonies of #023B3E
Complementary color
Monochromatic Colors of #023B3E
Black with #023B3E
Text Example
Text Example
White with #023B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B3E; }
p { color: rgb(2,59,62); }
H1.HeaderClassName
{
color: #023B3E;
}
.AnyTagClassName
{
color: #023B3E;
}
</style>
background-color css
<style>
a { background-color: #023B3E; }
a { background-color: rgb(2,59,62); }
div.DivClassName
{
background-color: #023B3E;
}
.BgClassName
{
background-color: #023B3E;
}
</style>
border-color css
<style>
span { border-color: #023B3E; }
span { border-color: rgb(2,59,62); }
td.TdClassName
{
border-color: #023B3E;
}
.TagClassName
{
border-color: #023B3E;
}
</style>