Shades of Spectra #32634B
Tints of Spectra #32634B
RGB
CMYK
RGB Variations
Color information
#32634B (or 0x32634B) is known color: Spectra. HEX triplet: 32, 63 and 4B. RGB value is (50,99,75). Sum of RGB (Red+Green+Blue) = 50+99+75=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #32634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32634B is #CD9CB4. Grayscale: #515151. Windows color (decimal): -13474997 or 4940594. OLE color: 4940594.
HSL color Cylindrical-coordinate representation of color #32634B: hue angle of 150.61º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #32634B is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 99 | 75 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.61 |
| HSL | 150.61º | 0.33% | 0.29% | - |
| HSV(B) | 150.61º | 0.49% | 0.39% | - |
| XYZ | 7.05 | 10.11 | 8.24 | - |
| YUV | 81.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 75 | 0.49 | 0 | 0.24 | 0.61 | 150.61 | 0.33 | 0.29 |
| Hex | 32 | 63 | 4B | 31 | 0 | 18 | 3D | 97 | 21 | 1D |
| Octal | 62 | 143 | 113 | 61 | 0 | 30 | 75 | 227 | 41 | 35 |
| Binary | 110010 | 1100011 | 1001011 | 110001 | 0 | 11000 | 111101 | 10010111 | 100001 | 11101 |
Color Harmonies of #32634B
Complementary color
Monochromatic Colors of #32634B
Black with #32634B
Text Example
Text Example
White with #32634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32634B; }
p { color: rgb(50,99,75); }
H1.HeaderClassName
{
color: #32634B;
}
.AnyTagClassName
{
color: #32634B;
}
</style>
background-color css
<style>
a { background-color: #32634B; }
a { background-color: rgb(50,99,75); }
div.DivClassName
{
background-color: #32634B;
}
.BgClassName
{
background-color: #32634B;
}
</style>
border-color css
<style>
span { border-color: #32634B; }
span { border-color: rgb(50,99,75); }
td.TdClassName
{
border-color: #32634B;
}
.TagClassName
{
border-color: #32634B;
}
</style>