#324854

Color #324854 Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #324854

Tints of Atomic #324854

Color information

#324854 (or 0x324854) is unknown color: approx Atomic. HEX triplet: 32, 48 and 54. RGB value is (50,72,84). Sum of RGB (Red+Green+Blue) = 50+72+84=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 84 - color contains mainly: blue. Hex color #324854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324854 is #CDB7AB. Grayscale: #424242. Windows color (decimal): -13481900 or 5523506. OLE color: 5523506.

HSL color Cylindrical-coordinate representation of color #324854: hue angle of 201.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 #324854 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB507284-
CMYK0.400.1400.67
HSL201.18º25.37%26.27%-
HSV(B)201.18º40.48%32.94%-
XYZ5.235.959.26-
YUV66.79137.71116.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 84 (33.20% from 255) = 40.78%
R=24.27%
G=34.95%
B=40.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5072840.400.1400.67201.1825.3726.27
Hex32485428E043c9191a
Octal62110124501601033113132
Binary11001010010001010100101000111001000011110010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324854; }

 p { color: rgb(50,72,84); }

 H1.HeaderClassName
 {
   color: #324854;
 }
 .AnyTagClassName
 {
   color: #324854;
 }
</style>
background-color css

<style>
 a { background-color: #324854; }

 a { background-color: rgb(50,72,84); }

 div.DivClassName
 {
   background-color: #324854;
 }
 .BgClassName
 {
   background-color: #324854;
 }
</style>
border-color css

<style>
 span { border-color: #324854; }

 span { border-color: rgb(50,72,84); }

 td.TdClassName
 {
   border-color: #324854;
 }
 .TagClassName
 {
   border-color: #324854;
 }
</style>