Shades of Atomic #324953
Tints of Atomic #324953
RGB
CMYK
RGB Variations
Color information
#324953 (or 0x324953) is known color: Atomic. HEX triplet: 32, 49 and 53. RGB value is (50,73,83). Sum of RGB (Red+Green+Blue) = 50+73+83=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #324953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324953 is #CDB6AC. Grayscale: #434343. Windows color (decimal): -13481645 or 5458226. OLE color: 5458226.
HSL color Cylindrical-coordinate representation of color #324953: hue angle of 198.18º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #324953 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 73 | 83 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.67 |
| HSL | 198.18º | 0.25% | 0.26% | - |
| HSV(B) | 198.18º | 0.4% | 0.33% | - |
| XYZ | 5.26 | 6.07 | 9.08 | - |
| YUV | 67.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 83 | 0.40 | 0.12 | 0 | 0.67 | 198.18 | 0.25 | 0.26 |
| Hex | 32 | 49 | 53 | 28 | C | 0 | 43 | C6 | 19 | 1A |
| Octal | 62 | 111 | 123 | 50 | 14 | 0 | 103 | 306 | 31 | 32 |
| Binary | 110010 | 1001001 | 1010011 | 101000 | 1100 | 0 | 1000011 | 11000110 | 11001 | 11010 |
Color Harmonies of #324953
Complementary color
Monochromatic Colors of #324953
Black with #324953
Text Example
Text Example
White with #324953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324953; }
p { color: rgb(50,73,83); }
H1.HeaderClassName
{
color: #324953;
}
.AnyTagClassName
{
color: #324953;
}
</style>
background-color css
<style>
a { background-color: #324953; }
a { background-color: rgb(50,73,83); }
div.DivClassName
{
background-color: #324953;
}
.BgClassName
{
background-color: #324953;
}
</style>
border-color css
<style>
span { border-color: #324953; }
span { border-color: rgb(50,73,83); }
td.TdClassName
{
border-color: #324953;
}
.TagClassName
{
border-color: #324953;
}
</style>