Shades of Spectra #2D664E
Tints of Spectra #2D664E
RGB
CMYK
RGB Variations
Color information
#2D664E (or 0x2D664E) is known color: Spectra. HEX triplet: 2D, 66 and 4E. RGB value is (45,102,78). Sum of RGB (Red+Green+Blue) = 45+102+78=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #2D664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D664E is #D299B1. Grayscale: #525252. Windows color (decimal): -13801906 or 5137965. OLE color: 5137965.
HSL color Cylindrical-coordinate representation of color #2D664E: hue angle of 154.74º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D664E is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 45 | 102 | 78 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.6 |
| HSL | 154.74º | 0.39% | 0.29% | - |
| HSV(B) | 154.74º | 0.56% | 0.4% | - |
| XYZ | 7.21 | 10.61 | 8.88 | - |
| YUV | 82.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 102 | 78 | 0.56 | 0 | 0.24 | 0.6 | 154.74 | 0.39 | 0.29 |
| Hex | 2D | 66 | 4E | 38 | 0 | 18 | 3C | 9B | 27 | 1D |
| Octal | 55 | 146 | 116 | 70 | 0 | 30 | 74 | 233 | 47 | 35 |
| Binary | 101101 | 1100110 | 1001110 | 111000 | 0 | 11000 | 111100 | 10011011 | 100111 | 11101 |
Color Harmonies of #2D664E
Complementary color
Monochromatic Colors of #2D664E
Black with #2D664E
Text Example
Text Example
White with #2D664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D664E; }
p { color: rgb(45,102,78); }
H1.HeaderClassName
{
color: #2D664E;
}
.AnyTagClassName
{
color: #2D664E;
}
</style>
background-color css
<style>
a { background-color: #2D664E; }
a { background-color: rgb(45,102,78); }
div.DivClassName
{
background-color: #2D664E;
}
.BgClassName
{
background-color: #2D664E;
}
</style>
border-color css
<style>
span { border-color: #2D664E; }
span { border-color: rgb(45,102,78); }
td.TdClassName
{
border-color: #2D664E;
}
.TagClassName
{
border-color: #2D664E;
}
</style>