#313649

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

Shades of Bunting #313649

Tints of Bunting #313649

Color information

#313649 (or 0x313649) is unknown color: approx Bunting. HEX triplet: 31, 36 and 49. RGB value is (49,54,73). Sum of RGB (Red+Green+Blue) = 49+54+73=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #313649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313649 is #CEC9B6. Grayscale: #363636. Windows color (decimal): -13552055 or 4798001. OLE color: 4798001.

HSL color Cylindrical-coordinate representation of color #313649: hue angle of 227.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #313649 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB495473-
CMYK0.330.2600.71
HSL227.5º19.67%23.92%-
HSV(B)227.5º32.88%28.63%-
XYZ3.793.776.83-
YUV54.67138.34123.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 73 (28.91% from 255) = 41.48%
R=27.84%
G=30.68%
B=41.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4954730.330.2600.71227.519.6723.92
Hex313649211A047e41418
Octal6166111413201073442430
Binary11000111011010010011000011101001000111111001001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313649; }

 p { color: rgb(49,54,73); }

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

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

 a { background-color: rgb(49,54,73); }

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

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

 span { border-color: rgb(49,54,73); }

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