Shades of Cyprus #033C3F
Tints of Cyprus #033C3F
RGB
CMYK
RGB Variations
Color information
#033C3F (or 0x033C3F) is known color: Cyprus. HEX triplet: 03, 3C and 3F. RGB value is (3,60,63). Sum of RGB (Red+Green+Blue) = 3+60+63=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #033C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C3F is #FCC3C0. Grayscale: #2B2B2B. Windows color (decimal): -16565185 or 4144131. OLE color: 4144131.
HSL color Cylindrical-coordinate representation of color #033C3F: hue angle of 183º 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 #033C3F is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 60 | 63 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.75 |
| HSL | 183º | 0.91% | 0.13% | - |
| HSV(B) | 183º | 0.95% | 0.25% | - |
| XYZ | 2.55 | 3.61 | 5.26 | - |
| YUV | 43.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 63 | 0.95 | 0.05 | 0 | 0.75 | 183 | 0.91 | 0.13 |
| Hex | 3 | 3C | 3F | 5F | 5 | 0 | 4B | B7 | 5B | D |
| Octal | 3 | 74 | 77 | 137 | 5 | 0 | 113 | 267 | 133 | 15 |
| Binary | 11 | 111100 | 111111 | 1011111 | 101 | 0 | 1001011 | 10110111 | 1011011 | 1101 |
Color Harmonies of #033C3F
Complementary color
Monochromatic Colors of #033C3F
Black with #033C3F
Text Example
Text Example
White with #033C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C3F; }
p { color: rgb(3,60,63); }
H1.HeaderClassName
{
color: #033C3F;
}
.AnyTagClassName
{
color: #033C3F;
}
</style>
background-color css
<style>
a { background-color: #033C3F; }
a { background-color: rgb(3,60,63); }
div.DivClassName
{
background-color: #033C3F;
}
.BgClassName
{
background-color: #033C3F;
}
</style>
border-color css
<style>
span { border-color: #033C3F; }
span { border-color: rgb(3,60,63); }
td.TdClassName
{
border-color: #033C3F;
}
.TagClassName
{
border-color: #033C3F;
}
</style>