#324A54

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

Shades of Atomic #324A54

Tints of Atomic #324A54

Color information

#324A54 (or 0x324A54) is unknown color: approx Atomic. HEX triplet: 32, 4A and 54. RGB value is (50,74,84). Sum of RGB (Red+Green+Blue) = 50+74+84=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 84 - color contains mainly: blue. Hex color #324A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A54 is #CDB5AB. Grayscale: #434343. Windows color (decimal): -13481388 or 5524018. OLE color: 5524018.

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

Color convert

RGB507484-
CMYK0.400.1200.67
HSL197.65º25.37%26.27%-
HSV(B)197.65º40.48%32.94%-
XYZ5.366.229.3-
YUV67.96137.05115.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 74 (29.30% from 255) = 35.58%
BLUE value IS 84 (33.20% from 255) = 40.38%
R=24.04%
G=35.58%
B=40.38%

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
Decimal5074840.400.1200.67197.6525.3726.27
Hex324A5428C043c6191a
Octal62112124501401033063132
Binary11001010010101010100101000110001000011110001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324A54; }

 p { color: rgb(50,74,84); }

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

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

 a { background-color: rgb(50,74,84); }

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

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

 span { border-color: rgb(50,74,84); }

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