#324651

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

Shades of Atomic #324651

Tints of Atomic #324651

Color information

#324651 (or 0x324651) is unknown color: approx Atomic. HEX triplet: 32, 46 and 51. RGB value is (50,70,81). Sum of RGB (Red+Green+Blue) = 50+70+81=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 81 - color contains mainly: blue. Hex color #324651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324651 is #CDB9AE. Grayscale: #414141. Windows color (decimal): -13482415 or 5326386. OLE color: 5326386.

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

Color convert

RGB507081-
CMYK0.380.1400.68
HSL201.29º23.66%25.69%-
HSV(B)201.29º38.27%31.76%-
XYZ4.995.658.61-
YUV65.27136.87117.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=24.88%
G=34.83%
B=40.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5070810.380.1400.68201.2923.6625.69
Hex32465126E044c9181a
Octal62106121461601043113032
Binary11001010001101010001100110111001000100110010011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324651; }

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

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

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

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

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

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

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

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