Shades of Cyprus #02383A
Tints of Cyprus #02383A
RGB
CMYK
RGB Variations
Color information
#02383A (or 0x02383A) is known color: Cyprus. HEX triplet: 02, 38 and 3A. RGB value is (2,56,58). Sum of RGB (Red+Green+Blue) = 2+56+58=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #02383A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02383A is #FDC7C5. Grayscale: #282828. Windows color (decimal): -16631750 or 3815426. OLE color: 3815426.
HSL color Cylindrical-coordinate representation of color #02383A: hue angle of 182.14º 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 #02383A is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 56 | 58 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.77 |
| HSL | 182.14º | 0.93% | 0.12% | - |
| HSV(B) | 182.14º | 0.97% | 0.23% | - |
| XYZ | 2.2 | 3.15 | 4.49 | - |
| YUV | 40.08 | 138.11 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 58 | 0.97 | 0.03 | 0 | 0.77 | 182.14 | 0.93 | 0.12 |
| Hex | 2 | 38 | 3A | 61 | 3 | 0 | 4D | B6 | 5D | C |
| Octal | 2 | 70 | 72 | 141 | 3 | 0 | 115 | 266 | 135 | 14 |
| Binary | 10 | 111000 | 111010 | 1100001 | 11 | 0 | 1001101 | 10110110 | 1011101 | 1100 |
Color Harmonies of #02383A
Complementary color
Monochromatic Colors of #02383A
Black with #02383A
Text Example
Text Example
White with #02383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02383A; }
p { color: rgb(2,56,58); }
H1.HeaderClassName
{
color: #02383A;
}
.AnyTagClassName
{
color: #02383A;
}
</style>
background-color css
<style>
a { background-color: #02383A; }
a { background-color: rgb(2,56,58); }
div.DivClassName
{
background-color: #02383A;
}
.BgClassName
{
background-color: #02383A;
}
</style>
border-color css
<style>
span { border-color: #02383A; }
span { border-color: rgb(2,56,58); }
td.TdClassName
{
border-color: #02383A;
}
.TagClassName
{
border-color: #02383A;
}
</style>