Shades of Spectra #33624B
Tints of Spectra #33624B
RGB
CMYK
RGB Variations
Color information
#33624B (or 0x33624B) is known color: Spectra. HEX triplet: 33, 62 and 4B. RGB value is (51,98,75). Sum of RGB (Red+Green+Blue) = 51+98+75=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #33624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33624B is #CC9DB4. Grayscale: #515151. Windows color (decimal): -13409717 or 4940339. OLE color: 4940339.
HSL color Cylindrical-coordinate representation of color #33624B: hue angle of 150.64º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33624B is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 98 | 75 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.62 |
| HSL | 150.64º | 0.32% | 0.29% | - |
| HSV(B) | 150.64º | 0.48% | 0.38% | - |
| XYZ | 7 | 9.95 | 8.21 | - |
| YUV | 81.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 75 | 0.48 | 0 | 0.23 | 0.62 | 150.64 | 0.32 | 0.29 |
| Hex | 33 | 62 | 4B | 30 | 0 | 17 | 3E | 97 | 20 | 1D |
| Octal | 63 | 142 | 113 | 60 | 0 | 27 | 76 | 227 | 40 | 35 |
| Binary | 110011 | 1100010 | 1001011 | 110000 | 0 | 10111 | 111110 | 10010111 | 100000 | 11101 |
Color Harmonies of #33624B
Complementary color
Monochromatic Colors of #33624B
Black with #33624B
Text Example
Text Example
White with #33624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33624B; }
p { color: rgb(51,98,75); }
H1.HeaderClassName
{
color: #33624B;
}
.AnyTagClassName
{
color: #33624B;
}
</style>
background-color css
<style>
a { background-color: #33624B; }
a { background-color: rgb(51,98,75); }
div.DivClassName
{
background-color: #33624B;
}
.BgClassName
{
background-color: #33624B;
}
</style>
border-color css
<style>
span { border-color: #33624B; }
span { border-color: rgb(51,98,75); }
td.TdClassName
{
border-color: #33624B;
}
.TagClassName
{
border-color: #33624B;
}
</style>