#324850

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

Shades of Atomic #324850

Tints of Atomic #324850

Color information

#324850 (or 0x324850) is unknown color: approx Atomic. HEX triplet: 32, 48 and 50. RGB value is (50,72,80). Sum of RGB (Red+Green+Blue) = 50+72+80=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #324850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324850 is #CDB7AF. Grayscale: #424242. Windows color (decimal): -13481904 or 5261362. OLE color: 5261362.

HSL color Cylindrical-coordinate representation of color #324850: hue angle of 196º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #324850 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB507280-
CMYK0.370.1000.69
HSL196º23.08%25.49%-
HSV(B)196º37.5%31.37%-
XYZ5.085.898.46-
YUV66.33135.71116.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=24.75%
G=35.64%
B=39.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5072800.370.1000.6919623.0825.49
Hex32485025A045c41719
Octal62110120451201053042731
Binary11001010010001010000100101101001000101110001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324850; }

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

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

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

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

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

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

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

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