#324346

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

Shades of Big Stone #324346

Tints of Big Stone #324346

Color information

#324346 (or 0x324346) is unknown color: approx Big Stone. HEX triplet: 32, 43 and 46. RGB value is (50,67,70). Sum of RGB (Red+Green+Blue) = 50+67+70=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 70 - color contains mainly: blue. Hex color #324346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324346 is #CDBCB9. Grayscale: #3E3E3E. Windows color (decimal): -13483194 or 4604722. OLE color: 4604722.

HSL color Cylindrical-coordinate representation of color #324346: hue angle of 189º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #324346 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB506770-
CMYK0.290.0400.73
HSL189º16.67%23.53%-
HSV(B)189º28.57%27.45%-
XYZ4.435.136.55-
YUV62.26132.37119.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 70 (27.73% from 255) = 37.43%
R=26.74%
G=35.83%
B=37.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5067700.290.0400.7318916.6723.53
Hex3243461D4049bd1118
Octal6210310635401112752130
Binary110010100001110001101110110001001001101111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324346; }

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

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

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

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

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

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

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

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