#324652

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

Shades of Atomic #324652

Tints of Atomic #324652

Color information

#324652 (or 0x324652) is unknown color: approx Atomic. HEX triplet: 32, 46 and 52. RGB value is (50,70,82). Sum of RGB (Red+Green+Blue) = 50+70+82=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 82 - color contains mainly: blue. Hex color #324652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324652 is #CDB9AD. Grayscale: #414141. Windows color (decimal): -13482414 or 5391922. OLE color: 5391922.

HSL color Cylindrical-coordinate representation of color #324652: hue angle of 202.5º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #324652 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB507082-
CMYK0.390.1500.68
HSL202.5º24.24%25.88%-
HSV(B)202.5º39.02%32.16%-
XYZ5.035.678.81-
YUV65.39137.37117.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 70 (27.73% from 255) = 34.65%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=24.75%
G=34.65%
B=40.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5070820.390.1500.68202.524.2425.88
Hex32465227F044ca181a
Octal62106122471701043123032
Binary11001010001101010010100111111101000100110010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324652; }

 p { color: rgb(50,70,82); }

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

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

 a { background-color: rgb(50,70,82); }

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

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

 span { border-color: rgb(50,70,82); }

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