#324752

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

Shades of Atomic #324752

Tints of Atomic #324752

Color information

#324752 (or 0x324752) is unknown color: approx Atomic. HEX triplet: 32, 47 and 52. RGB value is (50,71,82). Sum of RGB (Red+Green+Blue) = 50+71+82=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #324752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324752 is #CDB8AD. Grayscale: #414141. Windows color (decimal): -13482158 or 5392178. OLE color: 5392178.

HSL color Cylindrical-coordinate representation of color #324752: hue angle of 200.62º 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 #324752 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB507182-
CMYK0.390.1300.68
HSL200.62º24.24%25.88%-
HSV(B)200.62º39.02%32.16%-
XYZ5.095.798.83-
YUV65.97137.04116.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=24.63%
G=34.98%
B=40.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5071820.390.1300.68200.6224.2425.88
Hex32475227D044c9181a
Octal62107122471501043113032
Binary11001010001111010010100111110101000100110010011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324752; }

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

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

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

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

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

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

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

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