Html Css Color HEX #313C54 Biscay

📋 copy color: '#313C54'

red 49 ◦ green 60 ◦ blue 84

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

Shades of Biscay #313C54

Tints of Biscay #313C54

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.09%

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

R = 25.39%
G = 31.09%
B = 43.52%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#313C54 (or 0x313C54) is known color: Biscay. HEX triplet: 31, 3C and 54. RGB value is (49,60,84). Sum of RGB (Red+Green+Blue) = 49+60+84=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #313C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C54 is #CEC3AB. Grayscale: #3B3B3B. Windows color (decimal): -13550508 or 5520433. OLE color: 5520433.

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

Color convert

RGB 49 60 84 -
CMYK 0.42 0.29 0 0.67
HSL 221.14º 0.26% 0.26% -
HSV(B) 221.14º 0.42% 0.33% -
XYZ 4.48 4.52 9.02 -
YUV 59.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 49 60 84 0.42 0.29 0 0.67 221.14 0.26 0.26
Hex 31 3C 54 2A 1D 0 43 DD 1A 1A
Octal 61 74 124 52 35 0 103 335 32 32
Binary 110001 111100 1010100 101010 11101 0 1000011 11011101 11010 11010

Color Harmonies of #313C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C54

Black with #313C54

Text Example


Text Example

White with #313C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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