Shades of Atomic #324E58
Tints of Atomic #324E58
RGB
CMYK
RGB Variations
Color information
#324E58 (or 0x324E58) is known color: Atomic. HEX triplet: 32, 4E and 58. RGB value is (50,78,88). Sum of RGB (Red+Green+Blue) = 50+78+88=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #324E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E58 is #CDB1A7. Grayscale: #464646. Windows color (decimal): -13480360 or 5787186. OLE color: 5787186.
HSL color Cylindrical-coordinate representation of color #324E58: hue angle of 195.79º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #324E58 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 78 | 88 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.65 |
| HSL | 195.79º | 0.28% | 0.27% | - |
| HSV(B) | 195.79º | 0.43% | 0.35% | - |
| XYZ | 5.8 | 6.83 | 10.25 | - |
| YUV | 70.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 88 | 0.43 | 0.11 | 0 | 0.65 | 195.79 | 0.28 | 0.27 |
| Hex | 32 | 4E | 58 | 2B | B | 0 | 41 | C4 | 1C | 1B |
| Octal | 62 | 116 | 130 | 53 | 13 | 0 | 101 | 304 | 34 | 33 |
| Binary | 110010 | 1001110 | 1011000 | 101011 | 1011 | 0 | 1000001 | 11000100 | 11100 | 11011 |
Color Harmonies of #324E58
Complementary color
Monochromatic Colors of #324E58
Black with #324E58
Text Example
Text Example
White with #324E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324E58; }
p { color: rgb(50,78,88); }
H1.HeaderClassName
{
color: #324E58;
}
.AnyTagClassName
{
color: #324E58;
}
</style>
background-color css
<style>
a { background-color: #324E58; }
a { background-color: rgb(50,78,88); }
div.DivClassName
{
background-color: #324E58;
}
.BgClassName
{
background-color: #324E58;
}
</style>
border-color css
<style>
span { border-color: #324E58; }
span { border-color: rgb(50,78,88); }
td.TdClassName
{
border-color: #324E58;
}
.TagClassName
{
border-color: #324E58;
}
</style>