Shades of Cyprus #023E3F
Tints of Cyprus #023E3F
RGB
CMYK
RGB Variations
Color information
#023E3F (or 0x023E3F) is known color: Cyprus. HEX triplet: 02, 3E and 3F. RGB value is (2,62,63). Sum of RGB (Red+Green+Blue) = 2+62+63=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 62 (24.61% from 255 or 48.82% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #023E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023E3F is #FDC1C0. Grayscale: #2C2C2C. Windows color (decimal): -16630209 or 4144642. OLE color: 4144642.
HSL color Cylindrical-coordinate representation of color #023E3F: hue angle of 180.98º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023E3F is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 62 | 63 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.75 |
| HSL | 180.98º | 0.94% | 0.13% | - |
| HSV(B) | 180.98º | 0.97% | 0.25% | - |
| XYZ | 2.64 | 3.82 | 5.3 | - |
| YUV | 44.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 63 | 0.97 | 0.02 | 0 | 0.75 | 180.98 | 0.94 | 0.13 |
| Hex | 2 | 3E | 3F | 61 | 2 | 0 | 4B | B5 | 5E | D |
| Octal | 2 | 76 | 77 | 141 | 2 | 0 | 113 | 265 | 136 | 15 |
| Binary | 10 | 111110 | 111111 | 1100001 | 10 | 0 | 1001011 | 10110101 | 1011110 | 1101 |
Color Harmonies of #023E3F
Complementary color
Monochromatic Colors of #023E3F
Black with #023E3F
Text Example
Text Example
White with #023E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E3F; }
p { color: rgb(2,62,63); }
H1.HeaderClassName
{
color: #023E3F;
}
.AnyTagClassName
{
color: #023E3F;
}
</style>
background-color css
<style>
a { background-color: #023E3F; }
a { background-color: rgb(2,62,63); }
div.DivClassName
{
background-color: #023E3F;
}
.BgClassName
{
background-color: #023E3F;
}
</style>
border-color css
<style>
span { border-color: #023E3F; }
span { border-color: rgb(2,62,63); }
td.TdClassName
{
border-color: #023E3F;
}
.TagClassName
{
border-color: #023E3F;
}
</style>