Shades of Cyprus #033A3E
Tints of Cyprus #033A3E
RGB
CMYK
RGB Variations
Color information
#033A3E (or 0x033A3E) is known color: Cyprus. HEX triplet: 03, 3A and 3E. RGB value is (3,58,62). Sum of RGB (Red+Green+Blue) = 3+58+62=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #033A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A3E is #FCC5C1. Grayscale: #292929. Windows color (decimal): -16565698 or 4078083. OLE color: 4078083.
HSL color Cylindrical-coordinate representation of color #033A3E: hue angle of 184.07º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A3E is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 58 | 62 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.76 |
| HSL | 184.07º | 0.91% | 0.13% | - |
| HSV(B) | 184.07º | 0.95% | 0.24% | - |
| XYZ | 2.42 | 3.39 | 5.08 | - |
| YUV | 42.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 62 | 0.95 | 0.06 | 0 | 0.76 | 184.07 | 0.91 | 0.13 |
| Hex | 3 | 3A | 3E | 5F | 6 | 0 | 4C | B8 | 5B | D |
| Octal | 3 | 72 | 76 | 137 | 6 | 0 | 114 | 270 | 133 | 15 |
| Binary | 11 | 111010 | 111110 | 1011111 | 110 | 0 | 1001100 | 10111000 | 1011011 | 1101 |
Color Harmonies of #033A3E
Complementary color
Monochromatic Colors of #033A3E
Black with #033A3E
Text Example
Text Example
White with #033A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A3E; }
p { color: rgb(3,58,62); }
H1.HeaderClassName
{
color: #033A3E;
}
.AnyTagClassName
{
color: #033A3E;
}
</style>
background-color css
<style>
a { background-color: #033A3E; }
a { background-color: rgb(3,58,62); }
div.DivClassName
{
background-color: #033A3E;
}
.BgClassName
{
background-color: #033A3E;
}
</style>
border-color css
<style>
span { border-color: #033A3E; }
span { border-color: rgb(3,58,62); }
td.TdClassName
{
border-color: #033A3E;
}
.TagClassName
{
border-color: #033A3E;
}
</style>