Shades of Cyprus #033A36
Tints of Cyprus #033A36
RGB
CMYK
RGB Variations
Color information
#033A36 (or 0x033A36) is known color: Cyprus. HEX triplet: 03, 3A and 36. RGB value is (3,58,54). Sum of RGB (Red+Green+Blue) = 3+58+54=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #033A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A36 is #FCC5C9. Grayscale: #292929. Windows color (decimal): -16565706 or 3553795. OLE color: 3553795.
HSL color Cylindrical-coordinate representation of color #033A36: hue angle of 175.64º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A36 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 58 | 54 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.77 |
| HSL | 175.64º | 0.9% | 0.12% | - |
| HSV(B) | 175.64º | 0.95% | 0.23% | - |
| XYZ | 2.22 | 3.31 | 4.01 | - |
| YUV | 41.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 54 | 0.95 | 0 | 0.07 | 0.77 | 175.64 | 0.9 | 0.12 |
| Hex | 3 | 3A | 36 | 5F | 0 | 7 | 4D | B0 | 5A | C |
| Octal | 3 | 72 | 66 | 137 | 0 | 7 | 115 | 260 | 132 | 14 |
| Binary | 11 | 111010 | 110110 | 1011111 | 0 | 111 | 1001101 | 10110000 | 1011010 | 1100 |
Color Harmonies of #033A36
Complementary color
Monochromatic Colors of #033A36
Black with #033A36
Text Example
Text Example
White with #033A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A36; }
p { color: rgb(3,58,54); }
H1.HeaderClassName
{
color: #033A36;
}
.AnyTagClassName
{
color: #033A36;
}
</style>
background-color css
<style>
a { background-color: #033A36; }
a { background-color: rgb(3,58,54); }
div.DivClassName
{
background-color: #033A36;
}
.BgClassName
{
background-color: #033A36;
}
</style>
border-color css
<style>
span { border-color: #033A36; }
span { border-color: rgb(3,58,54); }
td.TdClassName
{
border-color: #033A36;
}
.TagClassName
{
border-color: #033A36;
}
</style>