Html Css Color HEX #313A51 Biscay

📋 copy color: '#313A51'

red 49 ◦ green 58 ◦ blue 81

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

Shades of Biscay #313A51

Tints of Biscay #313A51

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.85%

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

R = 26.06%
G = 30.85%
B = 43.09%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#313A51 (or 0x313A51) is known color: Biscay. HEX triplet: 31, 3A and 51. RGB value is (49,58,81). Sum of RGB (Red+Green+Blue) = 49+58+81=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #313A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A51 is #CEC5AE. Grayscale: #393939. Windows color (decimal): -13551023 or 5323313. OLE color: 5323313.

HSL color Cylindrical-coordinate representation of color #313A51: hue angle of 223.12º 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 #313A51 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 58 81 -
CMYK 0.40 0.28 0 0.68
HSL 223.13º 0.25% 0.25% -
HSV(B) 223.13º 0.4% 0.32% -
XYZ 4.26 4.27 8.38 -
YUV 57.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 49 58 81 0.40 0.28 0 0.68 223.13 0.25 0.25
Hex 31 3A 51 28 1C 0 44 DF 19 19
Octal 61 72 121 50 34 0 104 337 31 31
Binary 110001 111010 1010001 101000 11100 0 1000100 11011111 11001 11001

Color Harmonies of #313A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A51

Black with #313A51

Text Example


Text Example

White with #313A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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