Shades of Cyprus #003B3C
Tints of Cyprus #003B3C
RGB
CMYK
RGB Variations
Color information
#003B3C (or 0x003B3C) is known color: Cyprus. HEX triplet: 00, 3B and 3C. RGB value is (0,59,60). Sum of RGB (Red+Green+Blue) = 0+59+60=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 59 (23.44% from 255 or 49.58% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #003B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B3C is #FFC4C3. Grayscale: #292929. Windows color (decimal): -16762052 or 3947264. OLE color: 3947264.
HSL color Cylindrical-coordinate representation of color #003B3C: hue angle of 181º 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 #003B3C is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 59 | 60 | - |
| CMYK | 1 | 0.02 | 0 | 0.76 |
| HSL | 181º | 1% | 0.12% | - |
| HSV(B) | 181º | 1% | 0.24% | - |
| XYZ | 2.38 | 3.45 | 4.82 | - |
| YUV | 41.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 60 | 1 | 0.02 | 0 | 0.76 | 181 | 1 | 0.12 |
| Hex | 0 | 3B | 3C | 64 | 2 | 0 | 4C | B5 | 64 | C |
| Octal | 0 | 73 | 74 | 144 | 2 | 0 | 114 | 265 | 144 | 14 |
| Binary | 0 | 111011 | 111100 | 1100100 | 10 | 0 | 1001100 | 10110101 | 1100100 | 1100 |
Color Harmonies of #003B3C
Complementary color
Monochromatic Colors of #003B3C
Black with #003B3C
Text Example
Text Example
White with #003B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B3C; }
p { color: rgb(0,59,60); }
H1.HeaderClassName
{
color: #003B3C;
}
.AnyTagClassName
{
color: #003B3C;
}
</style>
background-color css
<style>
a { background-color: #003B3C; }
a { background-color: rgb(0,59,60); }
div.DivClassName
{
background-color: #003B3C;
}
.BgClassName
{
background-color: #003B3C;
}
</style>
border-color css
<style>
span { border-color: #003B3C; }
span { border-color: rgb(0,59,60); }
td.TdClassName
{
border-color: #003B3C;
}
.TagClassName
{
border-color: #003B3C;
}
</style>