#324852

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

Shades of Atomic #324852

Tints of Atomic #324852

Color information

#324852 (or 0x324852) is unknown color: approx Atomic. HEX triplet: 32, 48 and 52. RGB value is (50,72,82). Sum of RGB (Red+Green+Blue) = 50+72+82=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #324852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324852 is #CDB7AD. Grayscale: #424242. Windows color (decimal): -13481902 or 5392434. OLE color: 5392434.

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

Color convert

RGB507282-
CMYK0.390.1200.68
HSL198.75º24.24%25.88%-
HSV(B)198.75º39.02%32.16%-
XYZ5.165.928.85-
YUV66.56136.71116.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=24.51%
G=35.29%
B=40.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5072820.390.1200.68198.7524.2425.88
Hex32485227C044c7181a
Octal62110122471401043073032
Binary11001010010001010010100111110001000100110001111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324852; }

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

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

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

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

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

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

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

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