#323646

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

Shades of Bunting #323646

Tints of Bunting #323646

Color information

#323646 (or 0x323646) is unknown color: approx Bunting. HEX triplet: 32, 36 and 46. RGB value is (50,54,70). Sum of RGB (Red+Green+Blue) = 50+54+70=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 70 - color contains mainly: blue. Hex color #323646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323646 is #CDC9B9. Grayscale: #363636. Windows color (decimal): -13486522 or 4601394. OLE color: 4601394.

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

Color convert

RGB505470-
CMYK0.290.2300.73
HSL228º16.67%23.53%-
HSV(B)228º28.57%27.45%-
XYZ3.743.766.32-
YUV54.63136.67124.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.74%
GREEN value IS 54 (21.48% from 255) = 31.03%
BLUE value IS 70 (27.73% from 255) = 40.23%
R=28.74%
G=31.03%
B=40.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5054700.290.2300.7322816.6723.53
Hex3236461D17049e41118
Octal6266106352701113442130
Binary1100101101101000110111011011101001001111001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323646; }

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

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

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

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

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

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

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

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