Shades of Cyprus #02343D
Tints of Cyprus #02343D
RGB
CMYK
RGB Variations
Color information
#02343D (or 0x02343D) is known color: Cyprus. HEX triplet: 02, 34 and 3D. RGB value is (2,52,61). Sum of RGB (Red+Green+Blue) = 2+52+61=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #02343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02343D is #FDCBC2. Grayscale: #252525. Windows color (decimal): -16632771 or 4011010. OLE color: 4011010.
HSL color Cylindrical-coordinate representation of color #02343D: hue angle of 189.15º 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 #02343D is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 52 | 61 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.76 |
| HSL | 189.15º | 0.94% | 0.12% | - |
| HSV(B) | 189.15º | 0.97% | 0.24% | - |
| XYZ | 2.1 | 2.81 | 4.85 | - |
| YUV | 38.08 | 140.94 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 61 | 0.97 | 0.15 | 0 | 0.76 | 189.15 | 0.94 | 0.12 |
| Hex | 2 | 34 | 3D | 61 | F | 0 | 4C | BD | 5E | C |
| Octal | 2 | 64 | 75 | 141 | 17 | 0 | 114 | 275 | 136 | 14 |
| Binary | 10 | 110100 | 111101 | 1100001 | 1111 | 0 | 1001100 | 10111101 | 1011110 | 1100 |
Color Harmonies of #02343D
Complementary color
Monochromatic Colors of #02343D
Black with #02343D
Text Example
Text Example
White with #02343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02343D; }
p { color: rgb(2,52,61); }
H1.HeaderClassName
{
color: #02343D;
}
.AnyTagClassName
{
color: #02343D;
}
</style>
background-color css
<style>
a { background-color: #02343D; }
a { background-color: rgb(2,52,61); }
div.DivClassName
{
background-color: #02343D;
}
.BgClassName
{
background-color: #02343D;
}
</style>
border-color css
<style>
span { border-color: #02343D; }
span { border-color: rgb(2,52,61); }
td.TdClassName
{
border-color: #02343D;
}
.TagClassName
{
border-color: #02343D;
}
</style>