Shades of Big Stone #32444D
Tints of Big Stone #32444D
RGB
CMYK
RGB Variations
Color information
#32444D (or 0x32444D) is known color: Big Stone. HEX triplet: 32, 44 and 4D. RGB value is (50,68,77). Sum of RGB (Red+Green+Blue) = 50+68+77=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #32444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32444D is #CDBBB2. Grayscale: #3F3F3F. Windows color (decimal): -13482931 or 5063730. OLE color: 5063730.
HSL color Cylindrical-coordinate representation of color #32444D: hue angle of 200º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #32444D is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 68 | 77 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.70 |
| HSL | 200º | 0.21% | 0.25% | - |
| HSV(B) | 200º | 0.35% | 0.3% | - |
| XYZ | 4.72 | 5.35 | 7.8 | - |
| YUV | 63.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 77 | 0.35 | 0.12 | 0 | 0.70 | 200 | 0.21 | 0.25 |
| Hex | 32 | 44 | 4D | 23 | C | 0 | 46 | C8 | 15 | 19 |
| Octal | 62 | 104 | 115 | 43 | 14 | 0 | 106 | 310 | 25 | 31 |
| Binary | 110010 | 1000100 | 1001101 | 100011 | 1100 | 0 | 1000110 | 11001000 | 10101 | 11001 |
Color Harmonies of #32444D
Complementary color
Monochromatic Colors of #32444D
Black with #32444D
Text Example
Text Example
White with #32444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32444D; }
p { color: rgb(50,68,77); }
H1.HeaderClassName
{
color: #32444D;
}
.AnyTagClassName
{
color: #32444D;
}
</style>
background-color css
<style>
a { background-color: #32444D; }
a { background-color: rgb(50,68,77); }
div.DivClassName
{
background-color: #32444D;
}
.BgClassName
{
background-color: #32444D;
}
</style>
border-color css
<style>
span { border-color: #32444D; }
span { border-color: rgb(50,68,77); }
td.TdClassName
{
border-color: #32444D;
}
.TagClassName
{
border-color: #32444D;
}
</style>