Shades of Cyprus #023C3F
Tints of Cyprus #023C3F
RGB
CMYK
RGB Variations
Color information
#023C3F (or 0x023C3F) is known color: Cyprus. HEX triplet: 02, 3C and 3F. RGB value is (2,60,63). Sum of RGB (Red+Green+Blue) = 2+60+63=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #023C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023C3F is #FDC3C0. Grayscale: #2A2A2A. Windows color (decimal): -16630721 or 4144130. OLE color: 4144130.
HSL color Cylindrical-coordinate representation of color #023C3F: hue angle of 182.95º 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 #023C3F is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 60 | 63 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.75 |
| HSL | 182.95º | 0.94% | 0.13% | - |
| HSV(B) | 182.95º | 0.97% | 0.25% | - |
| XYZ | 2.54 | 3.6 | 5.26 | - |
| YUV | 43 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 63 | 0.97 | 0.05 | 0 | 0.75 | 182.95 | 0.94 | 0.13 |
| Hex | 2 | 3C | 3F | 61 | 5 | 0 | 4B | B7 | 5E | D |
| Octal | 2 | 74 | 77 | 141 | 5 | 0 | 113 | 267 | 136 | 15 |
| Binary | 10 | 111100 | 111111 | 1100001 | 101 | 0 | 1001011 | 10110111 | 1011110 | 1101 |
Color Harmonies of #023C3F
Complementary color
Monochromatic Colors of #023C3F
Black with #023C3F
Text Example
Text Example
White with #023C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C3F; }
p { color: rgb(2,60,63); }
H1.HeaderClassName
{
color: #023C3F;
}
.AnyTagClassName
{
color: #023C3F;
}
</style>
background-color css
<style>
a { background-color: #023C3F; }
a { background-color: rgb(2,60,63); }
div.DivClassName
{
background-color: #023C3F;
}
.BgClassName
{
background-color: #023C3F;
}
</style>
border-color css
<style>
span { border-color: #023C3F; }
span { border-color: rgb(2,60,63); }
td.TdClassName
{
border-color: #023C3F;
}
.TagClassName
{
border-color: #023C3F;
}
</style>