Shades of Cyprus #02363E
Tints of Cyprus #02363E
RGB
CMYK
RGB Variations
Color information
#02363E (or 0x02363E) is known color: Cyprus. HEX triplet: 02, 36 and 3E. RGB value is (2,54,62). Sum of RGB (Red+Green+Blue) = 2+54+62=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #02363E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02363E is #FDC9C1. Grayscale: #272727. Windows color (decimal): -16632258 or 4077058. OLE color: 4077058.
HSL color Cylindrical-coordinate representation of color #02363E: hue angle of 188º 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 #02363E is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 54 | 62 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.76 |
| HSL | 188º | 0.94% | 0.13% | - |
| HSV(B) | 188º | 0.97% | 0.24% | - |
| XYZ | 2.21 | 3 | 5.02 | - |
| YUV | 39.36 | 140.77 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 62 | 0.97 | 0.13 | 0 | 0.76 | 188 | 0.94 | 0.13 |
| Hex | 2 | 36 | 3E | 61 | D | 0 | 4C | BC | 5E | D |
| Octal | 2 | 66 | 76 | 141 | 15 | 0 | 114 | 274 | 136 | 15 |
| Binary | 10 | 110110 | 111110 | 1100001 | 1101 | 0 | 1001100 | 10111100 | 1011110 | 1101 |
Color Harmonies of #02363E
Complementary color
Monochromatic Colors of #02363E
Black with #02363E
Text Example
Text Example
White with #02363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02363E; }
p { color: rgb(2,54,62); }
H1.HeaderClassName
{
color: #02363E;
}
.AnyTagClassName
{
color: #02363E;
}
</style>
background-color css
<style>
a { background-color: #02363E; }
a { background-color: rgb(2,54,62); }
div.DivClassName
{
background-color: #02363E;
}
.BgClassName
{
background-color: #02363E;
}
</style>
border-color css
<style>
span { border-color: #02363E; }
span { border-color: rgb(2,54,62); }
td.TdClassName
{
border-color: #02363E;
}
.TagClassName
{
border-color: #02363E;
}
</style>