Shades of Spectra #2E664F
Tints of Spectra #2E664F
RGB
CMYK
RGB Variations
Color information
#2E664F (or 0x2E664F) is known color: Spectra. HEX triplet: 2E, 66 and 4F. RGB value is (46,102,79). Sum of RGB (Red+Green+Blue) = 46+102+79=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #2E664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E664F is #D199B0. Grayscale: #525252. Windows color (decimal): -13736369 or 5203502. OLE color: 5203502.
HSL color Cylindrical-coordinate representation of color #2E664F: hue angle of 155.36º 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 #2E664F is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 102 | 79 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.6 |
| HSL | 155.36º | 0.38% | 0.29% | - |
| HSV(B) | 155.36º | 0.55% | 0.4% | - |
| XYZ | 7.29 | 10.65 | 9.07 | - |
| YUV | 82.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 79 | 0.55 | 0 | 0.23 | 0.6 | 155.36 | 0.38 | 0.29 |
| Hex | 2E | 66 | 4F | 37 | 0 | 17 | 3C | 9B | 26 | 1D |
| Octal | 56 | 146 | 117 | 67 | 0 | 27 | 74 | 233 | 46 | 35 |
| Binary | 101110 | 1100110 | 1001111 | 110111 | 0 | 10111 | 111100 | 10011011 | 100110 | 11101 |
Color Harmonies of #2E664F
Complementary color
Monochromatic Colors of #2E664F
Black with #2E664F
Text Example
Text Example
White with #2E664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E664F; }
p { color: rgb(46,102,79); }
H1.HeaderClassName
{
color: #2E664F;
}
.AnyTagClassName
{
color: #2E664F;
}
</style>
background-color css
<style>
a { background-color: #2E664F; }
a { background-color: rgb(46,102,79); }
div.DivClassName
{
background-color: #2E664F;
}
.BgClassName
{
background-color: #2E664F;
}
</style>
border-color css
<style>
span { border-color: #2E664F; }
span { border-color: rgb(46,102,79); }
td.TdClassName
{
border-color: #2E664F;
}
.TagClassName
{
border-color: #2E664F;
}
</style>