Shades of Cyprus #023A3E
Tints of Cyprus #023A3E
RGB
CMYK
RGB Variations
Color information
#023A3E (or 0x023A3E) is known color: Cyprus. HEX triplet: 02, 3A and 3E. RGB value is (2,58,62). Sum of RGB (Red+Green+Blue) = 2+58+62=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 62 (24.61% from 255 or 50.82% from 122); Max value from RGB is 62 - color contains mainly: blue. Hex color #023A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A3E is #FDC5C1. Grayscale: #292929. Windows color (decimal): -16631234 or 4078082. OLE color: 4078082.
HSL color Cylindrical-coordinate representation of color #023A3E: hue angle of 184º 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 #023A3E is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 58 | 62 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.76 |
| HSL | 184º | 0.94% | 0.13% | - |
| HSV(B) | 184º | 0.97% | 0.24% | - |
| XYZ | 2.41 | 3.39 | 5.08 | - |
| YUV | 41.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 62 | 0.97 | 0.06 | 0 | 0.76 | 184 | 0.94 | 0.13 |
| Hex | 2 | 3A | 3E | 61 | 6 | 0 | 4C | B8 | 5E | D |
| Octal | 2 | 72 | 76 | 141 | 6 | 0 | 114 | 270 | 136 | 15 |
| Binary | 10 | 111010 | 111110 | 1100001 | 110 | 0 | 1001100 | 10111000 | 1011110 | 1101 |
Color Harmonies of #023A3E
Complementary color
Monochromatic Colors of #023A3E
Black with #023A3E
Text Example
Text Example
White with #023A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A3E; }
p { color: rgb(2,58,62); }
H1.HeaderClassName
{
color: #023A3E;
}
.AnyTagClassName
{
color: #023A3E;
}
</style>
background-color css
<style>
a { background-color: #023A3E; }
a { background-color: rgb(2,58,62); }
div.DivClassName
{
background-color: #023A3E;
}
.BgClassName
{
background-color: #023A3E;
}
</style>
border-color css
<style>
span { border-color: #023A3E; }
span { border-color: rgb(2,58,62); }
td.TdClassName
{
border-color: #023A3E;
}
.TagClassName
{
border-color: #023A3E;
}
</style>