Shades of Spectra #2E664D
Tints of Spectra #2E664D
RGB
CMYK
RGB Variations
Color information
#2E664D (or 0x2E664D) is known color: Spectra. HEX triplet: 2E, 66 and 4D. RGB value is (46,102,77). Sum of RGB (Red+Green+Blue) = 46+102+77=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #2E664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E664D is #D199B2. Grayscale: #525252. Windows color (decimal): -13736371 or 5072430. OLE color: 5072430.
HSL color Cylindrical-coordinate representation of color #2E664D: hue angle of 153.21º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E664D is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 102 | 77 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.6 |
| HSL | 153.21º | 0.38% | 0.29% | - |
| HSV(B) | 153.21º | 0.55% | 0.4% | - |
| XYZ | 7.22 | 10.62 | 8.69 | - |
| YUV | 82.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 77 | 0.55 | 0 | 0.25 | 0.6 | 153.21 | 0.38 | 0.29 |
| Hex | 2E | 66 | 4D | 37 | 0 | 19 | 3C | 99 | 26 | 1D |
| Octal | 56 | 146 | 115 | 67 | 0 | 31 | 74 | 231 | 46 | 35 |
| Binary | 101110 | 1100110 | 1001101 | 110111 | 0 | 11001 | 111100 | 10011001 | 100110 | 11101 |
Color Harmonies of #2E664D
Complementary color
Monochromatic Colors of #2E664D
Black with #2E664D
Text Example
Text Example
White with #2E664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E664D; }
p { color: rgb(46,102,77); }
H1.HeaderClassName
{
color: #2E664D;
}
.AnyTagClassName
{
color: #2E664D;
}
</style>
background-color css
<style>
a { background-color: #2E664D; }
a { background-color: rgb(46,102,77); }
div.DivClassName
{
background-color: #2E664D;
}
.BgClassName
{
background-color: #2E664D;
}
</style>
border-color css
<style>
span { border-color: #2E664D; }
span { border-color: rgb(46,102,77); }
td.TdClassName
{
border-color: #2E664D;
}
.TagClassName
{
border-color: #2E664D;
}
</style>