Shades of Cyprus #033A3C
Tints of Cyprus #033A3C
RGB
CMYK
RGB Variations
Color information
#033A3C (or 0x033A3C) is known color: Cyprus. HEX triplet: 03, 3A and 3C. RGB value is (3,58,60). Sum of RGB (Red+Green+Blue) = 3+58+60=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 60 (23.83% from 255 or 49.59% from 121); Max value from RGB is 60 - color contains mainly: blue. Hex color #033A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A3C is #FCC5C3. Grayscale: #292929. Windows color (decimal): -16565700 or 3947011. OLE color: 3947011.
HSL color Cylindrical-coordinate representation of color #033A3C: hue angle of 182.11º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A3C is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 58 | 60 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.76 |
| HSL | 182.11º | 0.9% | 0.12% | - |
| HSV(B) | 182.11º | 0.95% | 0.24% | - |
| XYZ | 2.37 | 3.37 | 4.8 | - |
| YUV | 41.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 60 | 0.95 | 0.03 | 0 | 0.76 | 182.11 | 0.9 | 0.12 |
| Hex | 3 | 3A | 3C | 5F | 3 | 0 | 4C | B6 | 5A | C |
| Octal | 3 | 72 | 74 | 137 | 3 | 0 | 114 | 266 | 132 | 14 |
| Binary | 11 | 111010 | 111100 | 1011111 | 11 | 0 | 1001100 | 10110110 | 1011010 | 1100 |
Color Harmonies of #033A3C
Complementary color
Monochromatic Colors of #033A3C
Black with #033A3C
Text Example
Text Example
White with #033A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A3C; }
p { color: rgb(3,58,60); }
H1.HeaderClassName
{
color: #033A3C;
}
.AnyTagClassName
{
color: #033A3C;
}
</style>
background-color css
<style>
a { background-color: #033A3C; }
a { background-color: rgb(3,58,60); }
div.DivClassName
{
background-color: #033A3C;
}
.BgClassName
{
background-color: #033A3C;
}
</style>
border-color css
<style>
span { border-color: #033A3C; }
span { border-color: rgb(3,58,60); }
td.TdClassName
{
border-color: #033A3C;
}
.TagClassName
{
border-color: #033A3C;
}
</style>