Shades of Atomic #324B54
Tints of Atomic #324B54
RGB
CMYK
RGB Variations
Color information
#324B54 (or 0x324B54) is known color: Atomic. HEX triplet: 32, 4B and 54. RGB value is (50,75,84). Sum of RGB (Red+Green+Blue) = 50+75+84=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #324B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B54 is #CDB4AB. Grayscale: #444444. Windows color (decimal): -13481132 or 5524274. OLE color: 5524274.
HSL color Cylindrical-coordinate representation of color #324B54: hue angle of 195.88º 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 #324B54 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 75 | 84 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.67 |
| HSL | 195.88º | 0.25% | 0.26% | - |
| HSV(B) | 195.88º | 0.4% | 0.33% | - |
| XYZ | 5.43 | 6.35 | 9.33 | - |
| YUV | 68.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 84 | 0.40 | 0.11 | 0 | 0.67 | 195.88 | 0.25 | 0.26 |
| Hex | 32 | 4B | 54 | 28 | B | 0 | 43 | C4 | 19 | 1A |
| Octal | 62 | 113 | 124 | 50 | 13 | 0 | 103 | 304 | 31 | 32 |
| Binary | 110010 | 1001011 | 1010100 | 101000 | 1011 | 0 | 1000011 | 11000100 | 11001 | 11010 |
Color Harmonies of #324B54
Complementary color
Monochromatic Colors of #324B54
Black with #324B54
Text Example
Text Example
White with #324B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B54; }
p { color: rgb(50,75,84); }
H1.HeaderClassName
{
color: #324B54;
}
.AnyTagClassName
{
color: #324B54;
}
</style>
background-color css
<style>
a { background-color: #324B54; }
a { background-color: rgb(50,75,84); }
div.DivClassName
{
background-color: #324B54;
}
.BgClassName
{
background-color: #324B54;
}
</style>
border-color css
<style>
span { border-color: #324B54; }
span { border-color: rgb(50,75,84); }
td.TdClassName
{
border-color: #324B54;
}
.TagClassName
{
border-color: #324B54;
}
</style>