#313B55

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

Shades of Biscay #313B55

Tints of Biscay #313B55

Color information

#313B55 (or 0x313B55) is unknown color: approx Biscay. HEX triplet: 31, 3B and 55. RGB value is (49,59,85). Sum of RGB (Red+Green+Blue) = 49+59+85=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #313B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B55 is #CEC4AA. Grayscale: #3A3A3A. Windows color (decimal): -13550763 or 5585713. OLE color: 5585713.

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

Color convert

RGB495985-
CMYK0.420.3100.67
HSL223.33º26.87%26.27%-
HSV(B)223.33º42.35%33.33%-
XYZ4.474.449.22-
YUV58.97142.69120.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 59 (23.44% from 255) = 30.57%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=25.39%
G=30.57%
B=44.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4959850.420.3100.67223.3326.8726.27
Hex313B552A1F043df1b1a
Octal6173125523701033373332
Binary11000111101110101011010101111101000011110111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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