Shades of Cyprus #02353A
Tints of Cyprus #02353A
RGB
CMYK
RGB Variations
Color information
#02353A (or 0x02353A) is known color: Cyprus. HEX triplet: 02, 35 and 3A. RGB value is (2,53,58). Sum of RGB (Red+Green+Blue) = 2+53+58=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #02353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02353A is #FDCAC5. Grayscale: #262626. Windows color (decimal): -16632518 or 3814658. OLE color: 3814658.
HSL color Cylindrical-coordinate representation of color #02353A: hue angle of 185.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02353A is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 53 | 58 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.77 |
| HSL | 185.36º | 0.93% | 0.12% | - |
| HSV(B) | 185.36º | 0.97% | 0.23% | - |
| XYZ | 2.06 | 2.86 | 4.45 | - |
| YUV | 38.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 58 | 0.97 | 0.09 | 0 | 0.77 | 185.36 | 0.93 | 0.12 |
| Hex | 2 | 35 | 3A | 61 | 9 | 0 | 4D | B9 | 5D | C |
| Octal | 2 | 65 | 72 | 141 | 11 | 0 | 115 | 271 | 135 | 14 |
| Binary | 10 | 110101 | 111010 | 1100001 | 1001 | 0 | 1001101 | 10111001 | 1011101 | 1100 |
Color Harmonies of #02353A
Complementary color
Monochromatic Colors of #02353A
Black with #02353A
Text Example
Text Example
White with #02353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02353A; }
p { color: rgb(2,53,58); }
H1.HeaderClassName
{
color: #02353A;
}
.AnyTagClassName
{
color: #02353A;
}
</style>
background-color css
<style>
a { background-color: #02353A; }
a { background-color: rgb(2,53,58); }
div.DivClassName
{
background-color: #02353A;
}
.BgClassName
{
background-color: #02353A;
}
</style>
border-color css
<style>
span { border-color: #02353A; }
span { border-color: rgb(2,53,58); }
td.TdClassName
{
border-color: #02353A;
}
.TagClassName
{
border-color: #02353A;
}
</style>