#323E47

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

Shades of Big Stone #323E47

Tints of Big Stone #323E47

Color information

#323E47 (or 0x323E47) is unknown color: approx Big Stone. HEX triplet: 32, 3E and 47. RGB value is (50,62,71). Sum of RGB (Red+Green+Blue) = 50+62+71=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 71 - color contains mainly: blue. Hex color #323E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E47 is #CDC1B8. Grayscale: #3B3B3B. Windows color (decimal): -13484473 or 4668978. OLE color: 4668978.

HSL color Cylindrical-coordinate representation of color #323E47: hue angle of 205.71º 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 #323E47 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB506271-
CMYK0.300.1300.72
HSL205.71º17.36%23.73%-
HSV(B)205.71º29.58%27.84%-
XYZ4.184.586.62-
YUV59.44134.52121.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 71 (28.12% from 255) = 38.80%
R=27.32%
G=33.88%
B=38.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5062710.300.1300.72205.7117.3623.73
Hex323E471ED048ce1118
Octal6276107361501103162130
Binary110010111110100011111110110101001000110011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323E47; }

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

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

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

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

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

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

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

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