#31364C

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

Shades of Bunting #31364C

Tints of Bunting #31364C

Color information

#31364C (or 0x31364C) is unknown color: approx Bunting. HEX triplet: 31, 36 and 4C. RGB value is (49,54,76). Sum of RGB (Red+Green+Blue) = 49+54+76=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #31364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31364C is #CEC9B3. Grayscale: #363636. Windows color (decimal): -13552052 or 4994609. OLE color: 4994609.

HSL color Cylindrical-coordinate representation of color #31364C: hue angle of 228.89º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31364C is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB495476-
CMYK0.360.2900.70
HSL228.89º21.6%24.51%-
HSV(B)228.89º35.53%29.8%-
XYZ3.893.817.37-
YUV55.01139.84123.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=27.37%
G=30.17%
B=42.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4954760.360.2900.70228.8921.624.51
Hex31364C241D046e51619
Octal6166114443501063452631
Binary11000111011010011001001001110101000110111001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31364C; }

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

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

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

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

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

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

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

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