#324750

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

Shades of Atomic #324750

Tints of Atomic #324750

Color information

#324750 (or 0x324750) is unknown color: approx Atomic. HEX triplet: 32, 47 and 50. RGB value is (50,71,80). Sum of RGB (Red+Green+Blue) = 50+71+80=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #324750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324750 is #CDB8AF. Grayscale: #414141. Windows color (decimal): -13482160 or 5261106. OLE color: 5261106.

HSL color Cylindrical-coordinate representation of color #324750: hue angle of 198º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #324750 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB507180-
CMYK0.370.1100.69
HSL198º23.08%25.49%-
HSV(B)198º37.5%31.37%-
XYZ5.025.768.44-
YUV65.75136.04116.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=24.88%
G=35.32%
B=39.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5071800.370.1100.6919823.0825.49
Hex32475025B045c61719
Octal62107120451301053062731
Binary11001010001111010000100101101101000101110001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324750; }

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

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

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

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

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

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

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

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