#313648

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

Shades of Bunting #313648

Tints of Bunting #313648

Color information

#313648 (or 0x313648) is unknown color: approx Bunting. HEX triplet: 31, 36 and 48. RGB value is (49,54,72). Sum of RGB (Red+Green+Blue) = 49+54+72=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #313648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313648 is #CEC9B7. Grayscale: #363636. Windows color (decimal): -13552056 or 4732465. OLE color: 4732465.

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

Color convert

RGB495472-
CMYK0.320.2500.72
HSL226.96º19.01%23.73%-
HSV(B)226.96º31.94%28.24%-
XYZ3.763.766.66-
YUV54.56137.84124.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 54 (21.48% from 255) = 30.86%
BLUE value IS 72 (28.52% from 255) = 41.14%
R=28%
G=30.86%
B=41.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4954720.320.2500.72226.9619.0123.73
Hex3136482019048e31318
Octal6166110403101103432330
Binary11000111011010010001000001100101001000111000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313648; }

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

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

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

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

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

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

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

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