Html Css Color HEX #313A50 Biscay

📋 copy color: '#313A50'

red 49 ◦ green 58 ◦ blue 80

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

Shades of Biscay #313A50

Tints of Biscay #313A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 42.78%

R = 26.2%
G = 31.02%
B = 42.78%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#313A50 (or 0x313A50) is known color: Biscay. HEX triplet: 31, 3A and 50. RGB value is (49,58,80). Sum of RGB (Red+Green+Blue) = 49+58+80=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #313A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A50 is #CEC5AF. Grayscale: #393939. Windows color (decimal): -13551024 or 5257777. OLE color: 5257777.

HSL color Cylindrical-coordinate representation of color #313A50: hue angle of 222.58º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #313A50 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 58 80 -
CMYK 0.39 0.28 0 0.69
HSL 222.58º 0.24% 0.25% -
HSV(B) 222.58º 0.39% 0.31% -
XYZ 4.23 4.26 8.19 -
YUV 57.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 49 58 80 0.39 0.28 0 0.69 222.58 0.24 0.25
Hex 31 3A 50 27 1C 0 45 DF 18 19
Octal 61 72 120 47 34 0 105 337 30 31
Binary 110001 111010 1010000 100111 11100 0 1000101 11011111 11000 11001

Color Harmonies of #313A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A50

Black with #313A50

Text Example


Text Example

White with #313A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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