#313751

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

Shades of Bunting #313751

Tints of Bunting #313751

Color information

#313751 (or 0x313751) is unknown color: approx Bunting. HEX triplet: 31, 37 and 51. RGB value is (49,55,81). Sum of RGB (Red+Green+Blue) = 49+55+81=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #313751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313751 is #CEC8AE. Grayscale: #383838. Windows color (decimal): -13551791 or 5322545. OLE color: 5322545.

HSL color Cylindrical-coordinate representation of color #313751: hue angle of 228.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313751 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB495581-
CMYK0.400.3200.68
HSL228.75º24.62%25.49%-
HSV(B)228.75º39.51%31.76%-
XYZ4.123.988.34-
YUV56.17142.01122.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=26.49%
G=29.73%
B=43.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4955810.400.3200.68228.7524.6225.49
Hex3137512820044e51919
Octal6167121504001043453131
Binary110001110111101000110100010000001000100111001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313751; }

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

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

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

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

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

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

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

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