Shades of Spectra #32624E
Tints of Spectra #32624E
RGB
CMYK
RGB Variations
Color information
#32624E (or 0x32624E) is known color: Spectra. HEX triplet: 32, 62 and 4E. RGB value is (50,98,78). Sum of RGB (Red+Green+Blue) = 50+98+78=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #32624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32624E is #CD9DB1. Grayscale: #515151. Windows color (decimal): -13475250 or 5136946. OLE color: 5136946.
HSL color Cylindrical-coordinate representation of color #32624E: hue angle of 155º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #32624E is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 98 | 78 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.62 |
| HSL | 155º | 0.32% | 0.29% | - |
| HSV(B) | 155º | 0.49% | 0.38% | - |
| XYZ | 7.06 | 9.96 | 8.76 | - |
| YUV | 81.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 78 | 0.49 | 0 | 0.20 | 0.62 | 155 | 0.32 | 0.29 |
| Hex | 32 | 62 | 4E | 31 | 0 | 14 | 3E | 9B | 20 | 1D |
| Octal | 62 | 142 | 116 | 61 | 0 | 24 | 76 | 233 | 40 | 35 |
| Binary | 110010 | 1100010 | 1001110 | 110001 | 0 | 10100 | 111110 | 10011011 | 100000 | 11101 |
Color Harmonies of #32624E
Complementary color
Monochromatic Colors of #32624E
Black with #32624E
Text Example
Text Example
White with #32624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32624E; }
p { color: rgb(50,98,78); }
H1.HeaderClassName
{
color: #32624E;
}
.AnyTagClassName
{
color: #32624E;
}
</style>
background-color css
<style>
a { background-color: #32624E; }
a { background-color: rgb(50,98,78); }
div.DivClassName
{
background-color: #32624E;
}
.BgClassName
{
background-color: #32624E;
}
</style>
border-color css
<style>
span { border-color: #32624E; }
span { border-color: rgb(50,98,78); }
td.TdClassName
{
border-color: #32624E;
}
.TagClassName
{
border-color: #32624E;
}
</style>