Shades of Cyprus #033A3B
Tints of Cyprus #033A3B
RGB
CMYK
RGB Variations
Color information
#033A3B (or 0x033A3B) is known color: Cyprus. HEX triplet: 03, 3A and 3B. RGB value is (3,58,59). Sum of RGB (Red+Green+Blue) = 3+58+59=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 59 - color contains mainly: blue. Hex color #033A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A3B is #FCC5C4. Grayscale: #292929. Windows color (decimal): -16565701 or 3881475. OLE color: 3881475.
HSL color Cylindrical-coordinate representation of color #033A3B: hue angle of 181.07º 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 #033A3B is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 58 | 59 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.77 |
| HSL | 181.07º | 0.9% | 0.12% | - |
| HSV(B) | 181.07º | 0.95% | 0.23% | - |
| XYZ | 2.34 | 3.36 | 4.66 | - |
| YUV | 41.67 | 137.78 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 59 | 0.95 | 0.02 | 0 | 0.77 | 181.07 | 0.9 | 0.12 |
| Hex | 3 | 3A | 3B | 5F | 2 | 0 | 4D | B5 | 5A | C |
| Octal | 3 | 72 | 73 | 137 | 2 | 0 | 115 | 265 | 132 | 14 |
| Binary | 11 | 111010 | 111011 | 1011111 | 10 | 0 | 1001101 | 10110101 | 1011010 | 1100 |
Color Harmonies of #033A3B
Complementary color
Monochromatic Colors of #033A3B
Black with #033A3B
Text Example
Text Example
White with #033A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A3B; }
p { color: rgb(3,58,59); }
H1.HeaderClassName
{
color: #033A3B;
}
.AnyTagClassName
{
color: #033A3B;
}
</style>
background-color css
<style>
a { background-color: #033A3B; }
a { background-color: rgb(3,58,59); }
div.DivClassName
{
background-color: #033A3B;
}
.BgClassName
{
background-color: #033A3B;
}
</style>
border-color css
<style>
span { border-color: #033A3B; }
span { border-color: rgb(3,58,59); }
td.TdClassName
{
border-color: #033A3B;
}
.TagClassName
{
border-color: #033A3B;
}
</style>