Shades of Spectra #32624B
Tints of Spectra #32624B
RGB
CMYK
RGB Variations
Color information
#32624B (or 0x32624B) is known color: Spectra. HEX triplet: 32, 62 and 4B. RGB value is (50,98,75). Sum of RGB (Red+Green+Blue) = 50+98+75=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #32624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32624B is #CD9DB4. Grayscale: #515151. Windows color (decimal): -13475253 or 4940338. OLE color: 4940338.
HSL color Cylindrical-coordinate representation of color #32624B: hue angle of 151.25º 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 #32624B is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 98 | 75 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.62 |
| HSL | 151.25º | 0.32% | 0.29% | - |
| HSV(B) | 151.25º | 0.49% | 0.38% | - |
| XYZ | 6.95 | 9.92 | 8.21 | - |
| YUV | 81.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 75 | 0.49 | 0 | 0.23 | 0.62 | 151.25 | 0.32 | 0.29 |
| Hex | 32 | 62 | 4B | 31 | 0 | 17 | 3E | 97 | 20 | 1D |
| Octal | 62 | 142 | 113 | 61 | 0 | 27 | 76 | 227 | 40 | 35 |
| Binary | 110010 | 1100010 | 1001011 | 110001 | 0 | 10111 | 111110 | 10010111 | 100000 | 11101 |
Color Harmonies of #32624B
Complementary color
Monochromatic Colors of #32624B
Black with #32624B
Text Example
Text Example
White with #32624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32624B; }
p { color: rgb(50,98,75); }
H1.HeaderClassName
{
color: #32624B;
}
.AnyTagClassName
{
color: #32624B;
}
</style>
background-color css
<style>
a { background-color: #32624B; }
a { background-color: rgb(50,98,75); }
div.DivClassName
{
background-color: #32624B;
}
.BgClassName
{
background-color: #32624B;
}
</style>
border-color css
<style>
span { border-color: #32624B; }
span { border-color: rgb(50,98,75); }
td.TdClassName
{
border-color: #32624B;
}
.TagClassName
{
border-color: #32624B;
}
</style>