Html Css Color HEX #314059 Biscay

📋 copy color: '#314059'

red 49 ◦ green 64 ◦ blue 89

#314059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biscay #314059

Tints of Biscay #314059

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 value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#314059 (or 0x314059) is known color: 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

RGB 49 64 89 -
CMYK 0.45 0.28 0 0.65
HSL 217.5º 0.29% 0.27% -
HSV(B) 217.5º 0.45% 0.35% -
XYZ 4.9 5.04 10.17 -
YUV 62.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 49 64 89 0.45 0.28 0 0.65 217.5 0.29 0.27
Hex 31 40 59 2D 1C 0 41 DA 1D 1B
Octal 61 100 131 55 34 0 101 332 35 33
Binary 110001 1000000 1011001 101101 11100 0 1000001 11011010 11101 11011

Color Harmonies of #314059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314059

Black with #314059

Text Example


Text Example

White with #314059

Text Example


Text Example

HTML Codes & Css Web 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>