Shades of Cyprus #003A3E
Tints of Cyprus #003A3E
RGB
CMYK
RGB Variations
Color information
#003A3E (or 0x003A3E) is known color: Cyprus. HEX triplet: 00, 3A and 3E. RGB value is (0,58,62). Sum of RGB (Red+Green+Blue) = 0+58+62=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #003A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A3E is #FFC5C1. Grayscale: #292929. Windows color (decimal): -16762306 or 4078080. OLE color: 4078080.
HSL color Cylindrical-coordinate representation of color #003A3E: hue angle of 183.87º 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 #003A3E is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 58 | 62 | - |
| CMYK | 1 | 0.06 | 0 | 0.76 |
| HSL | 183.87º | 1% | 0.12% | - |
| HSV(B) | 183.87º | 1% | 0.24% | - |
| XYZ | 2.38 | 3.37 | 5.08 | - |
| YUV | 41.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 62 | 1 | 0.06 | 0 | 0.76 | 183.87 | 1 | 0.12 |
| Hex | 0 | 3A | 3E | 64 | 6 | 0 | 4C | B8 | 64 | C |
| Octal | 0 | 72 | 76 | 144 | 6 | 0 | 114 | 270 | 144 | 14 |
| Binary | 0 | 111010 | 111110 | 1100100 | 110 | 0 | 1001100 | 10111000 | 1100100 | 1100 |
Color Harmonies of #003A3E
Complementary color
Monochromatic Colors of #003A3E
Black with #003A3E
Text Example
Text Example
White with #003A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A3E; }
p { color: rgb(0,58,62); }
H1.HeaderClassName
{
color: #003A3E;
}
.AnyTagClassName
{
color: #003A3E;
}
</style>
background-color css
<style>
a { background-color: #003A3E; }
a { background-color: rgb(0,58,62); }
div.DivClassName
{
background-color: #003A3E;
}
.BgClassName
{
background-color: #003A3E;
}
</style>
border-color css
<style>
span { border-color: #003A3E; }
span { border-color: rgb(0,58,62); }
td.TdClassName
{
border-color: #003A3E;
}
.TagClassName
{
border-color: #003A3E;
}
</style>