Html Css Color HEX #313F59 Biscay

📋 copy color: '#313F59'

red 49 ◦ green 63 ◦ blue 89

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

Shades of Biscay #313F59

Tints of Biscay #313F59

RGB

 RED value IS 49 (19.53% from 255) = 24.38%

 GREEN value IS 63 (25% from 255) = 31.34%

 BLUE value IS 89 (35.16% from 255) = 44.28%

R = 24.38%
G = 31.34%
B = 44.28%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#313F59 (or 0x313F59) is known color: Biscay. HEX triplet: 31, 3F and 59. RGB value is (49,63,89). Sum of RGB (Red+Green+Blue) = 49+63+89=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #313F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F59 is #CEC0A6. Grayscale: #3D3D3D. Windows color (decimal): -13549735 or 5848881. OLE color: 5848881.

HSL color Cylindrical-coordinate representation of color #313F59: hue angle of 219º 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 #313F59 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 63 89 -
CMYK 0.45 0.29 0 0.65
HSL 219º 0.29% 0.27% -
HSV(B) 219º 0.45% 0.35% -
XYZ 4.85 4.93 10.15 -
YUV 61.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 49 63 89 0.45 0.29 0 0.65 219 0.29 0.27
Hex 31 3F 59 2D 1D 0 41 DB 1D 1B
Octal 61 77 131 55 35 0 101 333 35 33
Binary 110001 111111 1011001 101101 11101 0 1000001 11011011 11101 11011

Color Harmonies of #313F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F59

Black with #313F59

Text Example


Text Example

White with #313F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #313F59;
 }
 .AnyTagClassName
 {
   color: #313F59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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