Shades of Cyprus #033C41
Tints of Cyprus #033C41
RGB
CMYK
RGB Variations
Color information
#033C41 (or 0x033C41) is known color: Cyprus. HEX triplet: 03, 3C and 41. RGB value is (3,60,65). Sum of RGB (Red+Green+Blue) = 3+60+65=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 60 (23.83% from 255 or 46.88% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #033C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C41 is #FCC3BE. Grayscale: #2B2B2B. Windows color (decimal): -16565183 or 4275203. OLE color: 4275203.
HSL color Cylindrical-coordinate representation of color #033C41: hue angle of 184.84º 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 #033C41 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 60 | 65 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.75 |
| HSL | 184.84º | 0.91% | 0.13% | - |
| HSV(B) | 184.84º | 0.95% | 0.25% | - |
| XYZ | 2.61 | 3.63 | 5.56 | - |
| YUV | 43.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 65 | 0.95 | 0.08 | 0 | 0.75 | 184.84 | 0.91 | 0.13 |
| Hex | 3 | 3C | 41 | 5F | 8 | 0 | 4B | B9 | 5B | D |
| Octal | 3 | 74 | 101 | 137 | 10 | 0 | 113 | 271 | 133 | 15 |
| Binary | 11 | 111100 | 1000001 | 1011111 | 1000 | 0 | 1001011 | 10111001 | 1011011 | 1101 |
Color Harmonies of #033C41
Complementary color
Monochromatic Colors of #033C41
Black with #033C41
Text Example
Text Example
White with #033C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C41; }
p { color: rgb(3,60,65); }
H1.HeaderClassName
{
color: #033C41;
}
.AnyTagClassName
{
color: #033C41;
}
</style>
background-color css
<style>
a { background-color: #033C41; }
a { background-color: rgb(3,60,65); }
div.DivClassName
{
background-color: #033C41;
}
.BgClassName
{
background-color: #033C41;
}
</style>
border-color css
<style>
span { border-color: #033C41; }
span { border-color: rgb(3,60,65); }
td.TdClassName
{
border-color: #033C41;
}
.TagClassName
{
border-color: #033C41;
}
</style>