Shades of Cyprus #033A3F
Tints of Cyprus #033A3F
RGB
CMYK
RGB Variations
Color information
#033A3F (or 0x033A3F) is known color: Cyprus. HEX triplet: 03, 3A and 3F. RGB value is (3,58,63). Sum of RGB (Red+Green+Blue) = 3+58+63=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #033A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A3F is #FCC5C0. Grayscale: #2A2A2A. Windows color (decimal): -16565697 or 4143619. OLE color: 4143619.
HSL color Cylindrical-coordinate representation of color #033A3F: hue angle of 185º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A3F is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 58 | 63 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.75 |
| HSL | 185º | 0.91% | 0.13% | - |
| HSV(B) | 185º | 0.95% | 0.25% | - |
| XYZ | 2.45 | 3.4 | 5.23 | - |
| YUV | 42.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 63 | 0.95 | 0.08 | 0 | 0.75 | 185 | 0.91 | 0.13 |
| Hex | 3 | 3A | 3F | 5F | 8 | 0 | 4B | B9 | 5B | D |
| Octal | 3 | 72 | 77 | 137 | 10 | 0 | 113 | 271 | 133 | 15 |
| Binary | 11 | 111010 | 111111 | 1011111 | 1000 | 0 | 1001011 | 10111001 | 1011011 | 1101 |
Color Harmonies of #033A3F
Complementary color
Monochromatic Colors of #033A3F
Black with #033A3F
Text Example
Text Example
White with #033A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A3F; }
p { color: rgb(3,58,63); }
H1.HeaderClassName
{
color: #033A3F;
}
.AnyTagClassName
{
color: #033A3F;
}
</style>
background-color css
<style>
a { background-color: #033A3F; }
a { background-color: rgb(3,58,63); }
div.DivClassName
{
background-color: #033A3F;
}
.BgClassName
{
background-color: #033A3F;
}
</style>
border-color css
<style>
span { border-color: #033A3F; }
span { border-color: rgb(3,58,63); }
td.TdClassName
{
border-color: #033A3F;
}
.TagClassName
{
border-color: #033A3F;
}
</style>