#313546

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

Shades of Bunting #313546

Tints of Bunting #313546

Color information

#313546 (or 0x313546) is unknown color: approx Bunting. HEX triplet: 31, 35 and 46. RGB value is (49,53,70). Sum of RGB (Red+Green+Blue) = 49+53+70=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #313546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313546 is #CECAB9. Grayscale: #353535. Windows color (decimal): -13552314 or 4601137. OLE color: 4601137.

HSL color Cylindrical-coordinate representation of color #313546: hue angle of 228.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #313546 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB495370-
CMYK0.300.2400.73
HSL228.57º17.65%23.33%-
HSV(B)228.57º30%27.45%-
XYZ3.653.646.31-
YUV53.74137.17124.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.49%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 70 (27.73% from 255) = 40.70%
R=28.49%
G=30.81%
B=40.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4953700.300.2400.73228.5717.6523.33
Hex3135461E18049e51217
Octal6165106363001113452227
Binary1100011101011000110111101100001001001111001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313546; }

 p { color: rgb(49,53,70); }

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

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

 a { background-color: rgb(49,53,70); }

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

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

 span { border-color: rgb(49,53,70); }

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