#313D4F

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

Shades of Biscay #313D4F

Tints of Biscay #313D4F

Color information

#313D4F (or 0x313D4F) is unknown color: approx Biscay. HEX triplet: 31, 3D and 4F. RGB value is (49,61,79). Sum of RGB (Red+Green+Blue) = 49+61+79=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #313D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D4F is #CEC2B0. Grayscale: #3B3B3B. Windows color (decimal): -13550257 or 5193009. OLE color: 5193009.

HSL color Cylindrical-coordinate representation of color #313D4F: hue angle of 216º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #313D4F is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB496179-
CMYK0.380.2300.69
HSL216º23.44%25.1%-
HSV(B)216º37.97%30.98%-
XYZ4.354.558.05-
YUV59.46139.02120.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 61 (24.22% from 255) = 32.28%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=25.93%
G=32.28%
B=41.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4961790.380.2300.6921623.4425.1
Hex313D4F2617045d81719
Octal6175117462701053302731
Binary11000111110110011111001101011101000101110110001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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