Shades of Cyprus #02373A
Tints of Cyprus #02373A
RGB
CMYK
RGB Variations
Color information
#02373A (or 0x02373A) is known color: Cyprus. HEX triplet: 02, 37 and 3A. RGB value is (2,55,58). Sum of RGB (Red+Green+Blue) = 2+55+58=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #02373A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02373A is #FDC8C5. Grayscale: #272727. Windows color (decimal): -16632006 or 3815170. OLE color: 3815170.
HSL color Cylindrical-coordinate representation of color #02373A: hue angle of 183.21º 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 #02373A is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 55 | 58 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.77 |
| HSL | 183.21º | 0.93% | 0.12% | - |
| HSV(B) | 183.21º | 0.97% | 0.23% | - |
| XYZ | 2.15 | 3.05 | 4.48 | - |
| YUV | 39.5 | 138.44 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 58 | 0.97 | 0.05 | 0 | 0.77 | 183.21 | 0.93 | 0.12 |
| Hex | 2 | 37 | 3A | 61 | 5 | 0 | 4D | B7 | 5D | C |
| Octal | 2 | 67 | 72 | 141 | 5 | 0 | 115 | 267 | 135 | 14 |
| Binary | 10 | 110111 | 111010 | 1100001 | 101 | 0 | 1001101 | 10110111 | 1011101 | 1100 |
Color Harmonies of #02373A
Complementary color
Monochromatic Colors of #02373A
Black with #02373A
Text Example
Text Example
White with #02373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02373A; }
p { color: rgb(2,55,58); }
H1.HeaderClassName
{
color: #02373A;
}
.AnyTagClassName
{
color: #02373A;
}
</style>
background-color css
<style>
a { background-color: #02373A; }
a { background-color: rgb(2,55,58); }
div.DivClassName
{
background-color: #02373A;
}
.BgClassName
{
background-color: #02373A;
}
</style>
border-color css
<style>
span { border-color: #02373A; }
span { border-color: rgb(2,55,58); }
td.TdClassName
{
border-color: #02373A;
}
.TagClassName
{
border-color: #02373A;
}
</style>