#313B50

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

Shades of Biscay #313B50

Tints of Biscay #313B50

Color information

#313B50 (or 0x313B50) is unknown color: approx Biscay. HEX triplet: 31, 3B and 50. RGB value is (49,59,80). Sum of RGB (Red+Green+Blue) = 49+59+80=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #313B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B50 is #CEC4AF. Grayscale: #3A3A3A. Windows color (decimal): -13550768 or 5258033. OLE color: 5258033.

HSL color Cylindrical-coordinate representation of color #313B50: hue angle of 220.65º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #313B50 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB495980-
CMYK0.390.2600.69
HSL220.65º24.03%25.29%-
HSV(B)220.65º38.75%31.37%-
XYZ4.284.368.21-
YUV58.4140.19121.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 59 (23.44% from 255) = 31.38%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=26.06%
G=31.38%
B=42.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4959800.390.2600.69220.6524.0325.29
Hex313B50271A045dd1819
Octal6173120473201053353031
Binary11000111101110100001001111101001000101110111011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,59,80); }

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

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

 a { background-color: rgb(49,59,80); }

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

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

 span { border-color: rgb(49,59,80); }

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