Html Css Color HEX #313A54 Biscay

📋 copy color: '#313A54'

red 49 ◦ green 58 ◦ blue 84

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

Shades of Biscay #313A54

Tints of Biscay #313A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 43.98%

R = 25.65%
G = 30.37%
B = 43.98%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#313A54 (or 0x313A54) is known color: Biscay. HEX triplet: 31, 3A and 54. RGB value is (49,58,84). Sum of RGB (Red+Green+Blue) = 49+58+84=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #313A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A54 is #CEC5AB. Grayscale: #3A3A3A. Windows color (decimal): -13551020 or 5519921. OLE color: 5519921.

HSL color Cylindrical-coordinate representation of color #313A54: hue angle of 224.57º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #313A54 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 58 84 -
CMYK 0.42 0.31 0 0.67
HSL 224.57º 0.26% 0.26% -
HSV(B) 224.57º 0.42% 0.33% -
XYZ 4.38 4.32 8.99 -
YUV 58.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 49 58 84 0.42 0.31 0 0.67 224.57 0.26 0.26
Hex 31 3A 54 2A 1F 0 43 E1 1A 1A
Octal 61 72 124 52 37 0 103 341 32 32
Binary 110001 111010 1010100 101010 11111 0 1000011 11100001 11010 11010

Color Harmonies of #313A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A54

Black with #313A54

Text Example


Text Example

White with #313A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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