Shades of Cyprus #033A40
Tints of Cyprus #033A40
RGB
CMYK
RGB Variations
Color information
#033A40 (or 0x033A40) is known color: Cyprus. HEX triplet: 03, 3A and 40. RGB value is (3,58,64). Sum of RGB (Red+Green+Blue) = 3+58+64=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #033A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A40 is #FCC5BF. Grayscale: #2A2A2A. Windows color (decimal): -16565696 or 4209155. OLE color: 4209155.
HSL color Cylindrical-coordinate representation of color #033A40: hue angle of 185.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 #033A40 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 58 | 64 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.75 |
| HSL | 185.9º | 0.91% | 0.13% | - |
| HSV(B) | 185.9º | 0.95% | 0.25% | - |
| XYZ | 2.48 | 3.42 | 5.38 | - |
| YUV | 42.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 64 | 0.95 | 0.09 | 0 | 0.75 | 185.9 | 0.91 | 0.13 |
| Hex | 3 | 3A | 40 | 5F | 9 | 0 | 4B | BA | 5B | D |
| Octal | 3 | 72 | 100 | 137 | 11 | 0 | 113 | 272 | 133 | 15 |
| Binary | 11 | 111010 | 1000000 | 1011111 | 1001 | 0 | 1001011 | 10111010 | 1011011 | 1101 |
Color Harmonies of #033A40
Complementary color
Monochromatic Colors of #033A40
Black with #033A40
Text Example
Text Example
White with #033A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A40; }
p { color: rgb(3,58,64); }
H1.HeaderClassName
{
color: #033A40;
}
.AnyTagClassName
{
color: #033A40;
}
</style>
background-color css
<style>
a { background-color: #033A40; }
a { background-color: rgb(3,58,64); }
div.DivClassName
{
background-color: #033A40;
}
.BgClassName
{
background-color: #033A40;
}
</style>
border-color css
<style>
span { border-color: #033A40; }
span { border-color: rgb(3,58,64); }
td.TdClassName
{
border-color: #033A40;
}
.TagClassName
{
border-color: #033A40;
}
</style>