#324955

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

Shades of Atomic #324955

Tints of Atomic #324955

Color information

#324955 (or 0x324955) is unknown color: approx Atomic. HEX triplet: 32, 49 and 55. RGB value is (50,73,85). Sum of RGB (Red+Green+Blue) = 50+73+85=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #324955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324955 is #CDB6AA. Grayscale: #434343. Windows color (decimal): -13481643 or 5589298. OLE color: 5589298.

HSL color Cylindrical-coordinate representation of color #324955: hue angle of 200.57º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #324955 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB507385-
CMYK0.410.1400.67
HSL200.57º25.93%26.47%-
HSV(B)200.57º41.18%33.33%-
XYZ5.346.19.49-
YUV67.49137.88115.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=24.04%
G=35.10%
B=40.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5073850.410.1400.67200.5725.9326.47
Hex32495529E043c91a1a
Octal62111125511601033113232
Binary11001010010011010101101001111001000011110010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324955; }

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

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

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

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

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

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

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

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