Shades of Cyprus #023A3C
Tints of Cyprus #023A3C
RGB
CMYK
RGB Variations
Color information
#023A3C (or 0x023A3C) is known color: Cyprus. HEX triplet: 02, 3A and 3C. RGB value is (2,58,60). Sum of RGB (Red+Green+Blue) = 2+58+60=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 60 (23.83% from 255 or 50% from 120); Max value from RGB is 60 - color contains mainly: blue. Hex color #023A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A3C is #FDC5C3. Grayscale: #292929. Windows color (decimal): -16631236 or 3947010. OLE color: 3947010.
HSL color Cylindrical-coordinate representation of color #023A3C: hue angle of 182.07º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A3C is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 58 | 60 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.76 |
| HSL | 182.07º | 0.94% | 0.12% | - |
| HSV(B) | 182.07º | 0.97% | 0.24% | - |
| XYZ | 2.35 | 3.37 | 4.8 | - |
| YUV | 41.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 60 | 0.97 | 0.03 | 0 | 0.76 | 182.07 | 0.94 | 0.12 |
| Hex | 2 | 3A | 3C | 61 | 3 | 0 | 4C | B6 | 5E | C |
| Octal | 2 | 72 | 74 | 141 | 3 | 0 | 114 | 266 | 136 | 14 |
| Binary | 10 | 111010 | 111100 | 1100001 | 11 | 0 | 1001100 | 10110110 | 1011110 | 1100 |
Color Harmonies of #023A3C
Complementary color
Monochromatic Colors of #023A3C
Black with #023A3C
Text Example
Text Example
White with #023A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A3C; }
p { color: rgb(2,58,60); }
H1.HeaderClassName
{
color: #023A3C;
}
.AnyTagClassName
{
color: #023A3C;
}
</style>
background-color css
<style>
a { background-color: #023A3C; }
a { background-color: rgb(2,58,60); }
div.DivClassName
{
background-color: #023A3C;
}
.BgClassName
{
background-color: #023A3C;
}
</style>
border-color css
<style>
span { border-color: #023A3C; }
span { border-color: rgb(2,58,60); }
td.TdClassName
{
border-color: #023A3C;
}
.TagClassName
{
border-color: #023A3C;
}
</style>