#313C51

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

Shades of Biscay #313C51

Tints of Biscay #313C51

Color information

#313C51 (or 0x313C51) is unknown color: approx Biscay. HEX triplet: 31, 3C and 51. RGB value is (49,60,81). Sum of RGB (Red+Green+Blue) = 49+60+81=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #313C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C51 is #CEC3AE. Grayscale: #3B3B3B. Windows color (decimal): -13550511 or 5323825. OLE color: 5323825.

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

Color convert

RGB496081-
CMYK0.400.2600.68
HSL219.38º24.62%25.49%-
HSV(B)219.38º39.51%31.76%-
XYZ4.374.488.42-
YUV59.1140.36120.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 60 (23.83% from 255) = 31.58%
BLUE value IS 81 (32.03% from 255) = 42.63%
R=25.79%
G=31.58%
B=42.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4960810.400.2600.68219.3824.6225.49
Hex313C51281A044db1919
Octal6174121503201043333131
Binary11000111110010100011010001101001000100110110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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