Shades of Cyprus #003A36
Tints of Cyprus #003A36
RGB
CMYK
RGB Variations
Color information
#003A36 (or 0x003A36) is known color: Cyprus. HEX triplet: 00, 3A and 36. RGB value is (0,58,54). Sum of RGB (Red+Green+Blue) = 0+58+54=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 58 (23.05% from 255 or 51.79% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 58 - color contains mainly: green. Hex color #003A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A36 is #FFC5C9. Grayscale: #282828. Windows color (decimal): -16762314 or 3553792. OLE color: 3553792.
HSL color Cylindrical-coordinate representation of color #003A36: hue angle of 175.86º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A36 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 58 | 54 | - |
| CMYK | 1 | 0 | 0.07 | 0.77 |
| HSL | 175.86º | 1% | 0.11% | - |
| HSV(B) | 175.86º | 1% | 0.23% | - |
| XYZ | 2.18 | 3.29 | 4.01 | - |
| YUV | 40.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 54 | 1 | 0 | 0.07 | 0.77 | 175.86 | 1 | 0.11 |
| Hex | 0 | 3A | 36 | 64 | 0 | 7 | 4D | B0 | 64 | B |
| Octal | 0 | 72 | 66 | 144 | 0 | 7 | 115 | 260 | 144 | 13 |
| Binary | 0 | 111010 | 110110 | 1100100 | 0 | 111 | 1001101 | 10110000 | 1100100 | 1011 |
Color Harmonies of #003A36
Complementary color
Monochromatic Colors of #003A36
Black with #003A36
Text Example
Text Example
White with #003A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A36; }
p { color: rgb(0,58,54); }
H1.HeaderClassName
{
color: #003A36;
}
.AnyTagClassName
{
color: #003A36;
}
</style>
background-color css
<style>
a { background-color: #003A36; }
a { background-color: rgb(0,58,54); }
div.DivClassName
{
background-color: #003A36;
}
.BgClassName
{
background-color: #003A36;
}
</style>
border-color css
<style>
span { border-color: #003A36; }
span { border-color: rgb(0,58,54); }
td.TdClassName
{
border-color: #003A36;
}
.TagClassName
{
border-color: #003A36;
}
</style>