#31374D

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

Shades of Bunting #31374D

Tints of Bunting #31374D

Color information

#31374D (or 0x31374D) is unknown color: approx Bunting. HEX triplet: 31, 37 and 4D. RGB value is (49,55,77). Sum of RGB (Red+Green+Blue) = 49+55+77=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #31374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31374D is #CEC8B2. Grayscale: #373737. Windows color (decimal): -13551795 or 5060401. OLE color: 5060401.

HSL color Cylindrical-coordinate representation of color #31374D: hue angle of 227.14º 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 #31374D is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB495577-
CMYK0.360.2900.70
HSL227.14º22.22%24.71%-
HSV(B)227.14º36.36%30.2%-
XYZ3.973.927.57-
YUV55.71140.01123.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=27.07%
G=30.39%
B=42.54%

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
Decimal4955770.360.2900.70227.1422.2224.71
Hex31374D241D046e31619
Octal6167115443501063432631
Binary11000111011110011011001001110101000110111000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31374D; }

 p { color: rgb(49,55,77); }

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

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

 a { background-color: rgb(49,55,77); }

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

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

 span { border-color: rgb(49,55,77); }

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