#323F46

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

Shades of Big Stone #323F46

Tints of Big Stone #323F46

Color information

#323F46 (or 0x323F46) is unknown color: approx Big Stone. HEX triplet: 32, 3F and 46. RGB value is (50,63,70). Sum of RGB (Red+Green+Blue) = 50+63+70=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 70 - color contains mainly: blue. Hex color #323F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F46 is #CDC0B9. Grayscale: #3B3B3B. Windows color (decimal): -13484218 or 4603698. OLE color: 4603698.

HSL color Cylindrical-coordinate representation of color #323F46: hue angle of 201º 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 #323F46 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB506370-
CMYK0.290.1000.73
HSL201º16.67%23.53%-
HSV(B)201º28.57%27.45%-
XYZ4.24.686.48-
YUV59.91133.69120.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 70 (27.73% from 255) = 38.25%
R=27.32%
G=34.43%
B=38.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5063700.290.1000.7320116.6723.53
Hex323F461DA049c91118
Octal6277106351201113112130
Binary110010111111100011011101101001001001110010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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