Shades of Spectra #32674E
Tints of Spectra #32674E
RGB
CMYK
RGB Variations
Color information
#32674E (or 0x32674E) is known color: Spectra. HEX triplet: 32, 67 and 4E. RGB value is (50,103,78). Sum of RGB (Red+Green+Blue) = 50+103+78=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #32674E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32674E is #CD98B1. Grayscale: #545454. Windows color (decimal): -13473970 or 5138226. OLE color: 5138226.
HSL color Cylindrical-coordinate representation of color #32674E: hue angle of 151.7º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #32674E is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 103 | 78 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.60 |
| HSL | 151.7º | 0.35% | 0.3% | - |
| HSV(B) | 151.7º | 0.51% | 0.4% | - |
| XYZ | 7.54 | 10.93 | 8.92 | - |
| YUV | 84.3 | 124.44 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 78 | 0.51 | 0 | 0.24 | 0.60 | 151.7 | 0.35 | 0.3 |
| Hex | 32 | 67 | 4E | 33 | 0 | 18 | 3C | 98 | 23 | 1E |
| Octal | 62 | 147 | 116 | 63 | 0 | 30 | 74 | 230 | 43 | 36 |
| Binary | 110010 | 1100111 | 1001110 | 110011 | 0 | 11000 | 111100 | 10011000 | 100011 | 11110 |
Color Harmonies of #32674E
Complementary color
Monochromatic Colors of #32674E
Black with #32674E
Text Example
Text Example
White with #32674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32674E; }
p { color: rgb(50,103,78); }
H1.HeaderClassName
{
color: #32674E;
}
.AnyTagClassName
{
color: #32674E;
}
</style>
background-color css
<style>
a { background-color: #32674E; }
a { background-color: rgb(50,103,78); }
div.DivClassName
{
background-color: #32674E;
}
.BgClassName
{
background-color: #32674E;
}
</style>
border-color css
<style>
span { border-color: #32674E; }
span { border-color: rgb(50,103,78); }
td.TdClassName
{
border-color: #32674E;
}
.TagClassName
{
border-color: #32674E;
}
</style>