Shades of Cyprus #023B3D
Tints of Cyprus #023B3D
RGB
CMYK
RGB Variations
Color information
#023B3D (or 0x023B3D) is known color: Cyprus. HEX triplet: 02, 3B and 3D. RGB value is (2,59,61). Sum of RGB (Red+Green+Blue) = 2+59+61=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 59 (23.44% from 255 or 48.36% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #023B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B3D is #FDC4C2. Grayscale: #2A2A2A. Windows color (decimal): -16630979 or 4012802. OLE color: 4012802.
HSL color Cylindrical-coordinate representation of color #023B3D: hue angle of 182.03º 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 #023B3D is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 59 | 61 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.76 |
| HSL | 182.03º | 0.94% | 0.12% | - |
| HSV(B) | 182.03º | 0.97% | 0.24% | - |
| XYZ | 2.43 | 3.48 | 4.96 | - |
| YUV | 42.19 | 138.62 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 61 | 0.97 | 0.03 | 0 | 0.76 | 182.03 | 0.94 | 0.12 |
| Hex | 2 | 3B | 3D | 61 | 3 | 0 | 4C | B6 | 5E | C |
| Octal | 2 | 73 | 75 | 141 | 3 | 0 | 114 | 266 | 136 | 14 |
| Binary | 10 | 111011 | 111101 | 1100001 | 11 | 0 | 1001100 | 10110110 | 1011110 | 1100 |
Color Harmonies of #023B3D
Complementary color
Monochromatic Colors of #023B3D
Black with #023B3D
Text Example
Text Example
White with #023B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B3D; }
p { color: rgb(2,59,61); }
H1.HeaderClassName
{
color: #023B3D;
}
.AnyTagClassName
{
color: #023B3D;
}
</style>
background-color css
<style>
a { background-color: #023B3D; }
a { background-color: rgb(2,59,61); }
div.DivClassName
{
background-color: #023B3D;
}
.BgClassName
{
background-color: #023B3D;
}
</style>
border-color css
<style>
span { border-color: #023B3D; }
span { border-color: rgb(2,59,61); }
td.TdClassName
{
border-color: #023B3D;
}
.TagClassName
{
border-color: #023B3D;
}
</style>