Shades of Cyprus #073A3C
Tints of Cyprus #073A3C
RGB
CMYK
RGB Variations
Color information
#073A3C (or 0x073A3C) is known color: Cyprus. HEX triplet: 07, 3A and 3C. RGB value is (7,58,60). Sum of RGB (Red+Green+Blue) = 7+58+60=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #073A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A3C is #F8C5C3. Grayscale: #2A2A2A. Windows color (decimal): -16303556 or 3947015. OLE color: 3947015.
HSL color Cylindrical-coordinate representation of color #073A3C: hue angle of 182.26º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A3C is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 58 | 60 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.76 |
| HSL | 182.26º | 0.79% | 0.13% | - |
| HSV(B) | 182.26º | 0.88% | 0.24% | - |
| XYZ | 2.42 | 3.4 | 4.8 | - |
| YUV | 42.98 | 137.6 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 60 | 0.88 | 0.03 | 0 | 0.76 | 182.26 | 0.79 | 0.13 |
| Hex | 7 | 3A | 3C | 58 | 3 | 0 | 4C | B6 | 4F | D |
| Octal | 7 | 72 | 74 | 130 | 3 | 0 | 114 | 266 | 117 | 15 |
| Binary | 111 | 111010 | 111100 | 1011000 | 11 | 0 | 1001100 | 10110110 | 1001111 | 1101 |
Color Harmonies of #073A3C
Complementary color
Monochromatic Colors of #073A3C
Black with #073A3C
Text Example
Text Example
White with #073A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A3C; }
p { color: rgb(7,58,60); }
H1.HeaderClassName
{
color: #073A3C;
}
.AnyTagClassName
{
color: #073A3C;
}
</style>
background-color css
<style>
a { background-color: #073A3C; }
a { background-color: rgb(7,58,60); }
div.DivClassName
{
background-color: #073A3C;
}
.BgClassName
{
background-color: #073A3C;
}
</style>
border-color css
<style>
span { border-color: #073A3C; }
span { border-color: rgb(7,58,60); }
td.TdClassName
{
border-color: #073A3C;
}
.TagClassName
{
border-color: #073A3C;
}
</style>