#314059

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

Shades of Biscay #314059

Tints of Biscay #314059

Color information

#314059 (or 0x314059) is unknown color: approx Biscay. HEX triplet: 31, 40 and 59. RGB value is (49,64,89). Sum of RGB (Red+Green+Blue) = 49+64+89=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #314059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314059 is #CEBFA6. Grayscale: #3E3E3E. Windows color (decimal): -13549479 or 5849137. OLE color: 5849137.

HSL color Cylindrical-coordinate representation of color #314059: hue angle of 217.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #314059 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB496489-
CMYK0.450.2800.65
HSL217.5º28.99%27.06%-
HSV(B)217.5º44.94%34.9%-
XYZ4.95.0410.17-
YUV62.36143.03118.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 89 (35.16% from 255) = 44.06%
R=24.26%
G=31.68%
B=44.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4964890.450.2800.65217.528.9927.06
Hex3140592D1C041da1d1b
Octal61100131553401013323533
Binary110001100000010110011011011110001000001110110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314059; }

 p { color: rgb(49,64,89); }

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

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

 a { background-color: rgb(49,64,89); }

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

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

 span { border-color: rgb(49,64,89); }

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