Shades of Cyprus #033D3F
Tints of Cyprus #033D3F
RGB
CMYK
RGB Variations
Color information
#033D3F (or 0x033D3F) is known color: Cyprus. HEX triplet: 03, 3D and 3F. RGB value is (3,61,63). Sum of RGB (Red+Green+Blue) = 3+61+63=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #033D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D3F is #FCC2C0. Grayscale: #2B2B2B. Windows color (decimal): -16564929 or 4144387. OLE color: 4144387.
HSL color Cylindrical-coordinate representation of color #033D3F: hue angle of 182º 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 #033D3F is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 61 | 63 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.75 |
| HSL | 182º | 0.91% | 0.13% | - |
| HSV(B) | 182º | 0.95% | 0.25% | - |
| XYZ | 2.6 | 3.72 | 5.28 | - |
| YUV | 43.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 63 | 0.95 | 0.03 | 0 | 0.75 | 182 | 0.91 | 0.13 |
| Hex | 3 | 3D | 3F | 5F | 3 | 0 | 4B | B6 | 5B | D |
| Octal | 3 | 75 | 77 | 137 | 3 | 0 | 113 | 266 | 133 | 15 |
| Binary | 11 | 111101 | 111111 | 1011111 | 11 | 0 | 1001011 | 10110110 | 1011011 | 1101 |
Color Harmonies of #033D3F
Complementary color
Monochromatic Colors of #033D3F
Black with #033D3F
Text Example
Text Example
White with #033D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D3F; }
p { color: rgb(3,61,63); }
H1.HeaderClassName
{
color: #033D3F;
}
.AnyTagClassName
{
color: #033D3F;
}
</style>
background-color css
<style>
a { background-color: #033D3F; }
a { background-color: rgb(3,61,63); }
div.DivClassName
{
background-color: #033D3F;
}
.BgClassName
{
background-color: #033D3F;
}
</style>
border-color css
<style>
span { border-color: #033D3F; }
span { border-color: rgb(3,61,63); }
td.TdClassName
{
border-color: #033D3F;
}
.TagClassName
{
border-color: #033D3F;
}
</style>