Shades of Cyprus #073A3D
Tints of Cyprus #073A3D
RGB
CMYK
RGB Variations
Color information
#073A3D (or 0x073A3D) is known color: Cyprus. HEX triplet: 07, 3A and 3D. RGB value is (7,58,61). Sum of RGB (Red+Green+Blue) = 7+58+61=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #073A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A3D is #F8C5C2. Grayscale: #2B2B2B. Windows color (decimal): -16303555 or 4012551. OLE color: 4012551.
HSL color Cylindrical-coordinate representation of color #073A3D: hue angle of 183.33º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073A3D is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 58 | 61 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.76 |
| HSL | 183.33º | 0.79% | 0.13% | - |
| HSV(B) | 183.33º | 0.89% | 0.24% | - |
| XYZ | 2.44 | 3.41 | 4.94 | - |
| YUV | 43.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 61 | 0.89 | 0.05 | 0 | 0.76 | 183.33 | 0.79 | 0.13 |
| Hex | 7 | 3A | 3D | 59 | 5 | 0 | 4C | B7 | 4F | D |
| Octal | 7 | 72 | 75 | 131 | 5 | 0 | 114 | 267 | 117 | 15 |
| Binary | 111 | 111010 | 111101 | 1011001 | 101 | 0 | 1001100 | 10110111 | 1001111 | 1101 |
Color Harmonies of #073A3D
Complementary color
Monochromatic Colors of #073A3D
Black with #073A3D
Text Example
Text Example
White with #073A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A3D; }
p { color: rgb(7,58,61); }
H1.HeaderClassName
{
color: #073A3D;
}
.AnyTagClassName
{
color: #073A3D;
}
</style>
background-color css
<style>
a { background-color: #073A3D; }
a { background-color: rgb(7,58,61); }
div.DivClassName
{
background-color: #073A3D;
}
.BgClassName
{
background-color: #073A3D;
}
</style>
border-color css
<style>
span { border-color: #073A3D; }
span { border-color: rgb(7,58,61); }
td.TdClassName
{
border-color: #073A3D;
}
.TagClassName
{
border-color: #073A3D;
}
</style>