Shades of Cyprus #073A3B
Tints of Cyprus #073A3B
RGB
CMYK
RGB Variations
Color information
#073A3B (or 0x073A3B) is known color: Cyprus. HEX triplet: 07, 3A and 3B. RGB value is (7,58,59). Sum of RGB (Red+Green+Blue) = 7+58+59=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 59 - color contains mainly: blue. Hex color #073A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A3B is #F8C5C4. Grayscale: #2A2A2A. Windows color (decimal): -16303557 or 3881479. OLE color: 3881479.
HSL color Cylindrical-coordinate representation of color #073A3B: hue angle of 181.15º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A3B is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 58 | 59 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.77 |
| HSL | 181.15º | 0.79% | 0.13% | - |
| HSV(B) | 181.15º | 0.88% | 0.23% | - |
| XYZ | 2.39 | 3.39 | 4.67 | - |
| YUV | 42.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 59 | 0.88 | 0.02 | 0 | 0.77 | 181.15 | 0.79 | 0.13 |
| Hex | 7 | 3A | 3B | 58 | 2 | 0 | 4D | B5 | 4F | D |
| Octal | 7 | 72 | 73 | 130 | 2 | 0 | 115 | 265 | 117 | 15 |
| Binary | 111 | 111010 | 111011 | 1011000 | 10 | 0 | 1001101 | 10110101 | 1001111 | 1101 |
Color Harmonies of #073A3B
Complementary color
Monochromatic Colors of #073A3B
Black with #073A3B
Text Example
Text Example
White with #073A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A3B; }
p { color: rgb(7,58,59); }
H1.HeaderClassName
{
color: #073A3B;
}
.AnyTagClassName
{
color: #073A3B;
}
</style>
background-color css
<style>
a { background-color: #073A3B; }
a { background-color: rgb(7,58,59); }
div.DivClassName
{
background-color: #073A3B;
}
.BgClassName
{
background-color: #073A3B;
}
</style>
border-color css
<style>
span { border-color: #073A3B; }
span { border-color: rgb(7,58,59); }
td.TdClassName
{
border-color: #073A3B;
}
.TagClassName
{
border-color: #073A3B;
}
</style>