Html Css Color HEX #313951 Biscay

📋 copy color: '#313951'

red 49 ◦ green 57 ◦ blue 81

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

Shades of Biscay #313951

Tints of Biscay #313951

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.48%

 BLUE value IS 81 (32.03% from 255) = 43.32%

R = 26.2%
G = 30.48%
B = 43.32%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#313951 (or 0x313951) is known color: Biscay. HEX triplet: 31, 39 and 51. RGB value is (49,57,81). Sum of RGB (Red+Green+Blue) = 49+57+81=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #313951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313951 is #CEC6AE. Grayscale: #393939. Windows color (decimal): -13551279 or 5323057. OLE color: 5323057.

HSL color Cylindrical-coordinate representation of color #313951: hue angle of 225º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313951 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 57 81 -
CMYK 0.40 0.30 0 0.68
HSL 225º 0.25% 0.25% -
HSV(B) 225º 0.4% 0.32% -
XYZ 4.21 4.17 8.37 -
YUV 57.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 49 57 81 0.40 0.30 0 0.68 225 0.25 0.25
Hex 31 39 51 28 1E 0 44 E1 19 19
Octal 61 71 121 50 36 0 104 341 31 31
Binary 110001 111001 1010001 101000 11110 0 1000100 11100001 11001 11001

Color Harmonies of #313951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313951

Black with #313951

Text Example


Text Example

White with #313951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313951; }

 p { color: rgb(49,57,81); }

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

background-color css

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

 a { background-color: rgb(49,57,81); }

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

border-color css

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

 span { border-color: rgb(49,57,81); }

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