Shades of Atomic #324750
Tints of Atomic #324750
RGB
CMYK
RGB Variations
Color information
#324750 (or 0x324750) is known color: Atomic. HEX triplet: 32, 47 and 50. RGB value is (50,71,80). Sum of RGB (Red+Green+Blue) = 50+71+80=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #324750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324750 is #CDB8AF. Grayscale: #414141. Windows color (decimal): -13482160 or 5261106. OLE color: 5261106.
HSL color Cylindrical-coordinate representation of color #324750: hue angle of 198º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #324750 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 71 | 80 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.69 |
| HSL | 198º | 0.23% | 0.25% | - |
| HSV(B) | 198º | 0.38% | 0.31% | - |
| XYZ | 5.02 | 5.76 | 8.44 | - |
| YUV | 65.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 80 | 0.37 | 0.11 | 0 | 0.69 | 198 | 0.23 | 0.25 |
| Hex | 32 | 47 | 50 | 25 | B | 0 | 45 | C6 | 17 | 19 |
| Octal | 62 | 107 | 120 | 45 | 13 | 0 | 105 | 306 | 27 | 31 |
| Binary | 110010 | 1000111 | 1010000 | 100101 | 1011 | 0 | 1000101 | 11000110 | 10111 | 11001 |
Color Harmonies of #324750
Complementary color
Monochromatic Colors of #324750
Black with #324750
Text Example
Text Example
White with #324750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324750; }
p { color: rgb(50,71,80); }
H1.HeaderClassName
{
color: #324750;
}
.AnyTagClassName
{
color: #324750;
}
</style>
background-color css
<style>
a { background-color: #324750; }
a { background-color: rgb(50,71,80); }
div.DivClassName
{
background-color: #324750;
}
.BgClassName
{
background-color: #324750;
}
</style>
border-color css
<style>
span { border-color: #324750; }
span { border-color: rgb(50,71,80); }
td.TdClassName
{
border-color: #324750;
}
.TagClassName
{
border-color: #324750;
}
</style>