Shades of Cyprus #003C3D
Tints of Cyprus #003C3D
RGB
CMYK
RGB Variations
Color information
#003C3D (or 0x003C3D) is known color: Cyprus. HEX triplet: 00, 3C and 3D. RGB value is (0,60,61). Sum of RGB (Red+Green+Blue) = 0+60+61=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 60 (23.83% from 255 or 49.59% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #003C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C3D is #FFC3C2. Grayscale: #2A2A2A. Windows color (decimal): -16761795 or 4013056. OLE color: 4013056.
HSL color Cylindrical-coordinate representation of color #003C3D: hue angle of 180.98º 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 #003C3D is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 60 | 61 | - |
| CMYK | 1 | 0.02 | 0 | 0.76 |
| HSL | 180.98º | 1% | 0.12% | - |
| HSV(B) | 180.98º | 1% | 0.24% | - |
| XYZ | 2.46 | 3.57 | 4.97 | - |
| YUV | 42.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 61 | 1 | 0.02 | 0 | 0.76 | 180.98 | 1 | 0.12 |
| Hex | 0 | 3C | 3D | 64 | 2 | 0 | 4C | B5 | 64 | C |
| Octal | 0 | 74 | 75 | 144 | 2 | 0 | 114 | 265 | 144 | 14 |
| Binary | 0 | 111100 | 111101 | 1100100 | 10 | 0 | 1001100 | 10110101 | 1100100 | 1100 |
Color Harmonies of #003C3D
Complementary color
Monochromatic Colors of #003C3D
Black with #003C3D
Text Example
Text Example
White with #003C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C3D; }
p { color: rgb(0,60,61); }
H1.HeaderClassName
{
color: #003C3D;
}
.AnyTagClassName
{
color: #003C3D;
}
</style>
background-color css
<style>
a { background-color: #003C3D; }
a { background-color: rgb(0,60,61); }
div.DivClassName
{
background-color: #003C3D;
}
.BgClassName
{
background-color: #003C3D;
}
</style>
border-color css
<style>
span { border-color: #003C3D; }
span { border-color: rgb(0,60,61); }
td.TdClassName
{
border-color: #003C3D;
}
.TagClassName
{
border-color: #003C3D;
}
</style>