#313951

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

Shades of Biscay #313951

Tints of Biscay #313951

Color information

#313951 (or 0x313951) is unknown color: approx Biscay. HEX triplet: 31, 39 and 51. RGB value is (49,57,81). Sum of RGB (Red+Green+Blue) = 49+57+81=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #313951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313951 is #CEC6AE. Grayscale: #393939. Windows color (decimal): -13551279 or 5323057. OLE color: 5323057.

HSL color Cylindrical-coordinate representation of color #313951: hue angle of 225º 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 #313951 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB495781-
CMYK0.400.3000.68
HSL225º24.62%25.49%-
HSV(B)225º39.51%31.76%-
XYZ4.214.178.37-
YUV57.34141.35122.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 81 (32.03% from 255) = 43.32%
R=26.20%
G=30.48%
B=43.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4957810.400.3000.6822524.6225.49
Hex313951281E044e11919
Octal6171121503601043413131
Binary11000111100110100011010001111001000100111000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313951; }

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

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

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

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

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

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

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

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