#313A51

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

Shades of Biscay #313A51

Tints of Biscay #313A51

Color information

#313A51 (or 0x313A51) is unknown color: approx Biscay. HEX triplet: 31, 3A and 51. RGB value is (49,58,81). Sum of RGB (Red+Green+Blue) = 49+58+81=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #313A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A51 is #CEC5AE. Grayscale: #393939. Windows color (decimal): -13551023 or 5323313. OLE color: 5323313.

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

Color convert

RGB495881-
CMYK0.400.2800.68
HSL223.12º24.62%25.49%-
HSV(B)223.12º39.51%31.76%-
XYZ4.264.278.38-
YUV57.93141.02121.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 81 (32.03% from 255) = 43.09%
R=26.06%
G=30.85%
B=43.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4958810.400.2800.68223.1224.6225.49
Hex313A51281C044df1919
Octal6172121503401043373131
Binary11000111101010100011010001110001000100110111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313A51; }

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

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

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

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

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

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

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

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