#313C50

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

Shades of Biscay #313C50

Tints of Biscay #313C50

Color information

#313C50 (or 0x313C50) is unknown color: approx Biscay. HEX triplet: 31, 3C and 50. RGB value is (49,60,80). Sum of RGB (Red+Green+Blue) = 49+60+80=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #313C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C50 is #CEC3AF. Grayscale: #3A3A3A. Windows color (decimal): -13550512 or 5258289. OLE color: 5258289.

HSL color Cylindrical-coordinate representation of color #313C50: hue angle of 218.71º 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 #313C50 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB496080-
CMYK0.390.2500.69
HSL218.71º24.03%25.29%-
HSV(B)218.71º38.75%31.37%-
XYZ4.334.468.22-
YUV58.99139.86120.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=25.93%
G=31.75%
B=42.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4960800.390.2500.69218.7124.0325.29
Hex313C502719045db1819
Octal6174120473101053333031
Binary11000111110010100001001111100101000101110110111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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