#323648

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

Shades of Bunting #323648

Tints of Bunting #323648

Color information

#323648 (or 0x323648) is unknown color: approx Bunting. HEX triplet: 32, 36 and 48. RGB value is (50,54,72). Sum of RGB (Red+Green+Blue) = 50+54+72=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #323648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323648 is #CDC9B7. Grayscale: #363636. Windows color (decimal): -13486520 or 4732466. OLE color: 4732466.

HSL color Cylindrical-coordinate representation of color #323648: hue angle of 229.09º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #323648 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB505472-
CMYK0.310.2500.72
HSL229.09º18.03%23.92%-
HSV(B)229.09º30.56%28.24%-
XYZ3.83.786.66-
YUV54.86137.67124.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.41%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=28.41%
G=30.68%
B=40.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5054720.310.2500.72229.0918.0323.92
Hex3236481F19048e51218
Octal6266110373101103452230
Binary1100101101101001000111111100101001000111001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323648; }

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

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

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

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

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

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

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

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