#324447

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

Shades of Big Stone #324447

Tints of Big Stone #324447

Color information

#324447 (or 0x324447) is unknown color: approx Big Stone. HEX triplet: 32, 44 and 47. RGB value is (50,68,71). Sum of RGB (Red+Green+Blue) = 50+68+71=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #324447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324447 is #CDBBB8. Grayscale: #3E3E3E. Windows color (decimal): -13482937 or 4670514. OLE color: 4670514.

HSL color Cylindrical-coordinate representation of color #324447: hue angle of 188.57º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #324447 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB506871-
CMYK0.300.0400.72
HSL188.57º17.36%23.73%-
HSV(B)188.57º29.58%27.84%-
XYZ4.525.276.74-
YUV62.96132.54118.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 71 (28.12% from 255) = 37.57%
R=26.46%
G=35.98%
B=37.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5068710.300.0400.72188.5717.3623.73
Hex3244471E4048bd1118
Octal6210410736401102752130
Binary110010100010010001111111010001001000101111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324447; }

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

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

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

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

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

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

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

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