Shades of Atomic #324A52
Tints of Atomic #324A52
RGB
CMYK
RGB Variations
Color information
#324A52 (or 0x324A52) is known color: Atomic. HEX triplet: 32, 4A and 52. RGB value is (50,74,82). Sum of RGB (Red+Green+Blue) = 50+74+82=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 82 - color contains mainly: blue. Hex color #324A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A52 is #CDB5AD. Grayscale: #434343. Windows color (decimal): -13481390 or 5392946. OLE color: 5392946.
HSL color Cylindrical-coordinate representation of color #324A52: hue angle of 195º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #324A52 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 74 | 82 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.68 |
| HSL | 195º | 0.24% | 0.26% | - |
| HSV(B) | 195º | 0.39% | 0.32% | - |
| XYZ | 5.29 | 6.18 | 8.9 | - |
| YUV | 67.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 82 | 0.39 | 0.10 | 0 | 0.68 | 195 | 0.24 | 0.26 |
| Hex | 32 | 4A | 52 | 27 | A | 0 | 44 | C3 | 18 | 1A |
| Octal | 62 | 112 | 122 | 47 | 12 | 0 | 104 | 303 | 30 | 32 |
| Binary | 110010 | 1001010 | 1010010 | 100111 | 1010 | 0 | 1000100 | 11000011 | 11000 | 11010 |
Color Harmonies of #324A52
Complementary color
Monochromatic Colors of #324A52
Black with #324A52
Text Example
Text Example
White with #324A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A52; }
p { color: rgb(50,74,82); }
H1.HeaderClassName
{
color: #324A52;
}
.AnyTagClassName
{
color: #324A52;
}
</style>
background-color css
<style>
a { background-color: #324A52; }
a { background-color: rgb(50,74,82); }
div.DivClassName
{
background-color: #324A52;
}
.BgClassName
{
background-color: #324A52;
}
</style>
border-color css
<style>
span { border-color: #324A52; }
span { border-color: rgb(50,74,82); }
td.TdClassName
{
border-color: #324A52;
}
.TagClassName
{
border-color: #324A52;
}
</style>