#313D57

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

Shades of Biscay #313D57

Tints of Biscay #313D57

Color information

#313D57 (or 0x313D57) is unknown color: approx Biscay. HEX triplet: 31, 3D and 57. RGB value is (49,61,87). Sum of RGB (Red+Green+Blue) = 49+61+87=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #313D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D57 is #CEC2A8. Grayscale: #3C3C3C. Windows color (decimal): -13550249 or 5717297. OLE color: 5717297.

HSL color Cylindrical-coordinate representation of color #313D57: hue angle of 221.05º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #313D57 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB496187-
CMYK0.440.3000.66
HSL221.05º27.94%26.67%-
HSV(B)221.05º43.68%34.12%-
XYZ4.664.689.67-
YUV60.38143.02119.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=24.87%
G=30.96%
B=44.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4961870.440.3000.66221.0527.9426.67
Hex313D572C1E042dd1c1b
Octal6175127543601023353433
Binary11000111110110101111011001111001000010110111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,61,87); }

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

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

 a { background-color: rgb(49,61,87); }

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

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

 span { border-color: rgb(49,61,87); }

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