Shades of Atomic #324856
Tints of Atomic #324856
RGB
CMYK
RGB Variations
Color information
#324856 (or 0x324856) is known color: Atomic. HEX triplet: 32, 48 and 56. RGB value is (50,72,86). Sum of RGB (Red+Green+Blue) = 50+72+86=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 86 - color contains mainly: blue. Hex color #324856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324856 is #CDB7A9. Grayscale: #424242. Windows color (decimal): -13481898 or 5654578. OLE color: 5654578.
HSL color Cylindrical-coordinate representation of color #324856: hue angle of 203.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #324856 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 72 | 86 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.66 |
| HSL | 203.33º | 0.26% | 0.27% | - |
| HSV(B) | 203.33º | 0.42% | 0.34% | - |
| XYZ | 5.31 | 5.98 | 9.68 | - |
| YUV | 67.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 86 | 0.42 | 0.16 | 0 | 0.66 | 203.33 | 0.26 | 0.27 |
| Hex | 32 | 48 | 56 | 2A | 10 | 0 | 42 | CB | 1A | 1B |
| Octal | 62 | 110 | 126 | 52 | 20 | 0 | 102 | 313 | 32 | 33 |
| Binary | 110010 | 1001000 | 1010110 | 101010 | 10000 | 0 | 1000010 | 11001011 | 11010 | 11011 |
Color Harmonies of #324856
Complementary color
Monochromatic Colors of #324856
Black with #324856
Text Example
Text Example
White with #324856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324856; }
p { color: rgb(50,72,86); }
H1.HeaderClassName
{
color: #324856;
}
.AnyTagClassName
{
color: #324856;
}
</style>
background-color css
<style>
a { background-color: #324856; }
a { background-color: rgb(50,72,86); }
div.DivClassName
{
background-color: #324856;
}
.BgClassName
{
background-color: #324856;
}
</style>
border-color css
<style>
span { border-color: #324856; }
span { border-color: rgb(50,72,86); }
td.TdClassName
{
border-color: #324856;
}
.TagClassName
{
border-color: #324856;
}
</style>