#313E55

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

Shades of Biscay #313E55

Tints of Biscay #313E55

Color information

#313E55 (or 0x313E55) is unknown color: approx Biscay. HEX triplet: 31, 3E and 55. RGB value is (49,62,85). Sum of RGB (Red+Green+Blue) = 49+62+85=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #313E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E55 is #CEC1AA. Grayscale: #3C3C3C. Windows color (decimal): -13549995 or 5586481. OLE color: 5586481.

HSL color Cylindrical-coordinate representation of color #313E55: hue angle of 218.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 #313E55 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB496285-
CMYK0.420.2700.67
HSL218.33º26.87%26.27%-
HSV(B)218.33º42.35%33.33%-
XYZ4.634.759.27-
YUV60.74141.69119.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 62 (24.61% from 255) = 31.63%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=25%
G=31.63%
B=43.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4962850.420.2700.67218.3326.8726.27
Hex313E552A1B043da1b1a
Octal6176125523301033323332
Binary11000111111010101011010101101101000011110110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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