#324B53

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

Shades of Atomic #324B53

Tints of Atomic #324B53

Color information

#324B53 (or 0x324B53) is unknown color: approx Atomic. HEX triplet: 32, 4B and 53. RGB value is (50,75,83). Sum of RGB (Red+Green+Blue) = 50+75+83=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 83 - color contains mainly: blue. Hex color #324B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B53 is #CDB4AC. Grayscale: #444444. Windows color (decimal): -13481133 or 5458738. OLE color: 5458738.

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

Color convert

RGB507583-
CMYK0.400.1000.67
HSL194.55º24.81%26.08%-
HSV(B)194.55º39.76%32.55%-
XYZ5.396.339.12-
YUV68.44136.22114.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 75 (29.69% from 255) = 36.06%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=24.04%
G=36.06%
B=39.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5075830.400.1000.67194.5524.8126.08
Hex324B5328A043c3191a
Octal62113123501201033033132
Binary11001010010111010011101000101001000011110000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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