#324855

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

Shades of Atomic #324855

Tints of Atomic #324855

Color information

#324855 (or 0x324855) is unknown color: approx Atomic. HEX triplet: 32, 48 and 55. RGB value is (50,72,85). Sum of RGB (Red+Green+Blue) = 50+72+85=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 85 - color contains mainly: blue. Hex color #324855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324855 is #CDB7AA. Grayscale: #424242. Windows color (decimal): -13481899 or 5589042. OLE color: 5589042.

HSL color Cylindrical-coordinate representation of color #324855: hue angle of 202.29º 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 #324855 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB507285-
CMYK0.410.1500.67
HSL202.29º25.93%26.47%-
HSV(B)202.29º41.18%33.33%-
XYZ5.275.979.47-
YUV66.9138.21115.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=24.15%
G=34.78%
B=41.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5072850.410.1500.67202.2925.9326.47
Hex32485529F043ca1a1a
Octal62110125511701033123232
Binary11001010010001010101101001111101000011110010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324855; }

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

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

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

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

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

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

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

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