#324953

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

Shades of Atomic #324953

Tints of Atomic #324953

Color information

#324953 (or 0x324953) is unknown color: approx Atomic. HEX triplet: 32, 49 and 53. RGB value is (50,73,83). Sum of RGB (Red+Green+Blue) = 50+73+83=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #324953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324953 is #CDB6AC. Grayscale: #434343. Windows color (decimal): -13481645 or 5458226. OLE color: 5458226.

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

Color convert

RGB507383-
CMYK0.400.1200.67
HSL198.18º24.81%26.08%-
HSV(B)198.18º39.76%32.55%-
XYZ5.266.079.08-
YUV67.26136.88115.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=24.27%
G=35.44%
B=40.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5073830.400.1200.67198.1824.8126.08
Hex32495328C043c6191a
Octal62111123501401033063132
Binary11001010010011010011101000110001000011110001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324953; }

 p { color: rgb(50,73,83); }

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

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

 a { background-color: rgb(50,73,83); }

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

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

 span { border-color: rgb(50,73,83); }

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