Shades of Cyprus #003C39
Tints of Cyprus #003C39
RGB
CMYK
RGB Variations
Color information
#003C39 (or 0x003C39) is known color: Cyprus. HEX triplet: 00, 3C and 39. RGB value is (0,60,57). Sum of RGB (Red+Green+Blue) = 0+60+57=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 60 (23.83% from 255 or 51.28% from 117); Blue value is 57 (22.66% from 255 or 48.72% from 117); Max value from RGB is 60 - color contains mainly: green. Hex color #003C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C39 is #FFC3C6. Grayscale: #292929. Windows color (decimal): -16761799 or 3750912. OLE color: 3750912.
HSL color Cylindrical-coordinate representation of color #003C39: hue angle of 177º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C39 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 60 | 57 | - |
| CMYK | 1 | 0 | 0.05 | 0.76 |
| HSL | 177º | 1% | 0.12% | - |
| HSV(B) | 177º | 1% | 0.24% | - |
| XYZ | 2.35 | 3.53 | 4.43 | - |
| YUV | 41.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 57 | 1 | 0 | 0.05 | 0.76 | 177 | 1 | 0.12 |
| Hex | 0 | 3C | 39 | 64 | 0 | 5 | 4C | B1 | 64 | C |
| Octal | 0 | 74 | 71 | 144 | 0 | 5 | 114 | 261 | 144 | 14 |
| Binary | 0 | 111100 | 111001 | 1100100 | 0 | 101 | 1001100 | 10110001 | 1100100 | 1100 |
Color Harmonies of #003C39
Complementary color
Monochromatic Colors of #003C39
Black with #003C39
Text Example
Text Example
White with #003C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C39; }
p { color: rgb(0,60,57); }
H1.HeaderClassName
{
color: #003C39;
}
.AnyTagClassName
{
color: #003C39;
}
</style>
background-color css
<style>
a { background-color: #003C39; }
a { background-color: rgb(0,60,57); }
div.DivClassName
{
background-color: #003C39;
}
.BgClassName
{
background-color: #003C39;
}
</style>
border-color css
<style>
span { border-color: #003C39; }
span { border-color: rgb(0,60,57); }
td.TdClassName
{
border-color: #003C39;
}
.TagClassName
{
border-color: #003C39;
}
</style>