Shades of Cyprus #033E41
Tints of Cyprus #033E41
RGB
CMYK
RGB Variations
Color information
#033E41 (or 0x033E41) is known color: Cyprus. HEX triplet: 03, 3E and 41. RGB value is (3,62,65). Sum of RGB (Red+Green+Blue) = 3+62+65=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 62 (24.61% from 255 or 47.69% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #033E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E41 is #FCC1BE. Grayscale: #2C2C2C. Windows color (decimal): -16564671 or 4275715. OLE color: 4275715.
HSL color Cylindrical-coordinate representation of color #033E41: hue angle of 182.9º 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 #033E41 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 62 | 65 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.75 |
| HSL | 182.9º | 0.91% | 0.13% | - |
| HSV(B) | 182.9º | 0.95% | 0.25% | - |
| XYZ | 2.71 | 3.85 | 5.6 | - |
| YUV | 44.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 65 | 0.95 | 0.05 | 0 | 0.75 | 182.9 | 0.91 | 0.13 |
| Hex | 3 | 3E | 41 | 5F | 5 | 0 | 4B | B7 | 5B | D |
| Octal | 3 | 76 | 101 | 137 | 5 | 0 | 113 | 267 | 133 | 15 |
| Binary | 11 | 111110 | 1000001 | 1011111 | 101 | 0 | 1001011 | 10110111 | 1011011 | 1101 |
Color Harmonies of #033E41
Complementary color
Monochromatic Colors of #033E41
Black with #033E41
Text Example
Text Example
White with #033E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033E41; }
p { color: rgb(3,62,65); }
H1.HeaderClassName
{
color: #033E41;
}
.AnyTagClassName
{
color: #033E41;
}
</style>
background-color css
<style>
a { background-color: #033E41; }
a { background-color: rgb(3,62,65); }
div.DivClassName
{
background-color: #033E41;
}
.BgClassName
{
background-color: #033E41;
}
</style>
border-color css
<style>
span { border-color: #033E41; }
span { border-color: rgb(3,62,65); }
td.TdClassName
{
border-color: #033E41;
}
.TagClassName
{
border-color: #033E41;
}
</style>