#324951

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

Shades of Atomic #324951

Tints of Atomic #324951

Color information

#324951 (or 0x324951) is unknown color: approx Atomic. HEX triplet: 32, 49 and 51. RGB value is (50,73,81). Sum of RGB (Red+Green+Blue) = 50+73+81=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 81 - color contains mainly: blue. Hex color #324951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324951 is #CDB6AE. Grayscale: #424242. Windows color (decimal): -13481647 or 5327154. OLE color: 5327154.

HSL color Cylindrical-coordinate representation of color #324951: hue angle of 195.48º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #324951 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB507381-
CMYK0.380.1000.68
HSL195.48º23.66%25.69%-
HSV(B)195.48º38.27%31.76%-
XYZ5.186.048.68-
YUV67.04135.88115.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=24.51%
G=35.78%
B=39.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5073810.380.1000.68195.4823.6625.69
Hex32495126A044c3181a
Octal62111121461201043033032
Binary11001010010011010001100110101001000100110000111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324951; }

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

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

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

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

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

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

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

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