Shades of Atomic #324B53
Tints of Atomic #324B53
RGB
CMYK
RGB Variations
Color information
#324B53 (or 0x324B53) is known color: Atomic. HEX triplet: 32, 4B and 53. RGB value is (50,75,83). Sum of RGB (Red+Green+Blue) = 50+75+83=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 83 - color contains mainly: blue. Hex color #324B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B53 is #CDB4AC. Grayscale: #444444. Windows color (decimal): -13481133 or 5458738. OLE color: 5458738.
HSL color Cylindrical-coordinate representation of color #324B53: hue angle of 194.55º 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 #324B53 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 75 | 83 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.67 |
| HSL | 194.55º | 0.25% | 0.26% | - |
| HSV(B) | 194.55º | 0.4% | 0.33% | - |
| XYZ | 5.39 | 6.33 | 9.12 | - |
| YUV | 68.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 83 | 0.40 | 0.10 | 0 | 0.67 | 194.55 | 0.25 | 0.26 |
| Hex | 32 | 4B | 53 | 28 | A | 0 | 43 | C3 | 19 | 1A |
| Octal | 62 | 113 | 123 | 50 | 12 | 0 | 103 | 303 | 31 | 32 |
| Binary | 110010 | 1001011 | 1010011 | 101000 | 1010 | 0 | 1000011 | 11000011 | 11001 | 11010 |
Color Harmonies of #324B53
Complementary color
Monochromatic Colors of #324B53
Black with #324B53
Text Example
Text Example
White with #324B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B53; }
p { color: rgb(50,75,83); }
H1.HeaderClassName
{
color: #324B53;
}
.AnyTagClassName
{
color: #324B53;
}
</style>
background-color css
<style>
a { background-color: #324B53; }
a { background-color: rgb(50,75,83); }
div.DivClassName
{
background-color: #324B53;
}
.BgClassName
{
background-color: #324B53;
}
</style>
border-color css
<style>
span { border-color: #324B53; }
span { border-color: rgb(50,75,83); }
td.TdClassName
{
border-color: #324B53;
}
.TagClassName
{
border-color: #324B53;
}
</style>