Html Css Color HEX #313C53 Biscay

📋 copy color: '#313C53'

red 49 ◦ green 60 ◦ blue 83

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

Shades of Biscay #313C53

Tints of Biscay #313C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.23%

R = 25.52%
G = 31.25%
B = 43.23%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#313C53 (or 0x313C53) is known color: Biscay. HEX triplet: 31, 3C and 53. RGB value is (49,60,83). Sum of RGB (Red+Green+Blue) = 49+60+83=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #313C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C53 is #CEC3AC. Grayscale: #3B3B3B. Windows color (decimal): -13550509 or 5454897. OLE color: 5454897.

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

Color convert

RGB 49 60 83 -
CMYK 0.41 0.28 0 0.67
HSL 220.59º 0.26% 0.26% -
HSV(B) 220.59º 0.41% 0.33% -
XYZ 4.44 4.51 8.82 -
YUV 59.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 49 60 83 0.41 0.28 0 0.67 220.59 0.26 0.26
Hex 31 3C 53 29 1C 0 43 DD 1A 1A
Octal 61 74 123 51 34 0 103 335 32 32
Binary 110001 111100 1010011 101001 11100 0 1000011 11011101 11010 11010

Color Harmonies of #313C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C53

Black with #313C53

Text Example


Text Example

White with #313C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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