#324345

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

Shades of Outer Space #324345

Tints of Outer Space #324345

Color information

#324345 (or 0x324345) is unknown color: approx Outer Space. HEX triplet: 32, 43 and 45. RGB value is (50,67,69). Sum of RGB (Red+Green+Blue) = 50+67+69=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 69 - color contains mainly: blue. Hex color #324345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324345 is #CDBCBA. Grayscale: #3E3E3E. Windows color (decimal): -13483195 or 4539186. OLE color: 4539186.

HSL color Cylindrical-coordinate representation of color #324345: hue angle of 186.32º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #324345 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB506769-
CMYK0.280.0300.73
HSL186.32º15.97%23.33%-
HSV(B)186.32º27.54%27.06%-
XYZ4.45.126.39-
YUV62.14131.87119.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.88%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 69 (27.34% from 255) = 37.10%
R=26.88%
G=36.02%
B=37.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5067690.280.0300.73186.3215.9723.33
Hex3243451C3049ba1017
Octal6210310534301112722027
Binary11001010000111000101111001101001001101110101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324345; }

 p { color: rgb(50,67,69); }

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

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

 a { background-color: rgb(50,67,69); }

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

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

 span { border-color: rgb(50,67,69); }

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