#313B54

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

Shades of Biscay #313B54

Tints of Biscay #313B54

Color information

#313B54 (or 0x313B54) is unknown color: approx Biscay. HEX triplet: 31, 3B and 54. RGB value is (49,59,84). Sum of RGB (Red+Green+Blue) = 49+59+84=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #313B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B54 is #CEC4AB. Grayscale: #3A3A3A. Windows color (decimal): -13550764 or 5520177. OLE color: 5520177.

HSL color Cylindrical-coordinate representation of color #313B54: hue angle of 222.86º degrees, saturation: 0.26, 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 #313B54 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB495984-
CMYK0.420.3000.67
HSL222.86º26.32%26.08%-
HSV(B)222.86º41.67%32.94%-
XYZ4.434.429.01-
YUV58.86142.19120.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 59 (23.44% from 255) = 30.73%
BLUE value IS 84 (33.20% from 255) = 43.75%
R=25.52%
G=30.73%
B=43.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4959840.420.3000.67222.8626.3226.08
Hex313B542A1E043df1a1a
Octal6173124523601033373232
Binary11000111101110101001010101111001000011110111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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