#313B53

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

Shades of Biscay #313B53

Tints of Biscay #313B53

Color information

#313B53 (or 0x313B53) is unknown color: approx Biscay. HEX triplet: 31, 3B and 53. RGB value is (49,59,83). Sum of RGB (Red+Green+Blue) = 49+59+83=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #313B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B53 is #CEC4AC. Grayscale: #3A3A3A. Windows color (decimal): -13550765 or 5454641. OLE color: 5454641.

HSL color Cylindrical-coordinate representation of color #313B53: hue angle of 222.35º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #313B53 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB495983-
CMYK0.410.2900.67
HSL222.35º25.76%25.88%-
HSV(B)222.35º40.96%32.55%-
XYZ4.394.418.8-
YUV58.75141.69121.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.65%
GREEN value IS 59 (23.44% from 255) = 30.89%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=25.65%
G=30.89%
B=43.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4959830.410.2900.67222.3525.7625.88
Hex313B53291D043de1a1a
Octal6173123513501033363232
Binary11000111101110100111010011110101000011110111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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