#324650

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

Shades of Big Stone #324650

Tints of Big Stone #324650

Color information

#324650 (or 0x324650) is unknown color: approx Big Stone. HEX triplet: 32, 46 and 50. RGB value is (50,70,80). Sum of RGB (Red+Green+Blue) = 50+70+80=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #324650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324650 is #CDB9AF. Grayscale: #414141. Windows color (decimal): -13482416 or 5260850. OLE color: 5260850.

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

Color convert

RGB507080-
CMYK0.370.1200.69
HSL200º23.08%25.49%-
HSV(B)200º37.5%31.37%-
XYZ4.955.648.42-
YUV65.16136.37117.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 80 (31.64% from 255) = 40%
R=25%
G=35%
B=40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5070800.370.1200.6920023.0825.49
Hex32465025C045c81719
Octal62106120451401053102731
Binary11001010001101010000100101110001000101110010001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324650; }

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

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

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

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

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

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

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

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