#323E44

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

Shades of Big Stone #323E44

Tints of Big Stone #323E44

Color information

#323E44 (or 0x323E44) is unknown color: approx Big Stone. HEX triplet: 32, 3E and 44. RGB value is (50,62,68). Sum of RGB (Red+Green+Blue) = 50+62+68=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 68 - color contains mainly: blue. Hex color #323E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E44 is #CDC1BB. Grayscale: #3B3B3B. Windows color (decimal): -13484476 or 4472370. OLE color: 4472370.

HSL color Cylindrical-coordinate representation of color #323E44: hue angle of 200º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #323E44 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB506268-
CMYK0.260.0900.73
HSL200º15.25%23.14%-
HSV(B)200º26.47%26.67%-
XYZ4.084.546.13-
YUV59.1133.02121.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.78%
GREEN value IS 62 (24.61% from 255) = 34.44%
BLUE value IS 68 (26.95% from 255) = 37.78%
R=27.78%
G=34.44%
B=37.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5062680.260.0900.7320015.2523.14
Hex323E441A9049c8f17
Octal6276104321101113101727
Binary11001011111010001001101010010100100111001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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