#324B55

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

Shades of Atomic #324B55

Tints of Atomic #324B55

Color information

#324B55 (or 0x324B55) is unknown color: approx Atomic. HEX triplet: 32, 4B and 55. RGB value is (50,75,85). Sum of RGB (Red+Green+Blue) = 50+75+85=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #324B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B55 is #CDB4AA. Grayscale: #444444. Windows color (decimal): -13481131 or 5589810. OLE color: 5589810.

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

Color convert

RGB507585-
CMYK0.410.1200.67
HSL197.14º25.93%26.47%-
HSV(B)197.14º41.18%33.33%-
XYZ5.476.379.53-
YUV68.66137.22114.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=23.81%
G=35.71%
B=40.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5075850.410.1200.67197.1425.9326.47
Hex324B5529C043c51a1a
Octal62113125511401033053232
Binary11001010010111010101101001110001000011110001011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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