Html Css Color HEX #313D91 Tory Blue

📋 copy color: '#313D91'

red 49 ◦ green 61 ◦ blue 145

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

Shades of Tory Blue #313D91

Tints of Tory Blue #313D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.92%

 BLUE value IS 145 (57.03% from 255) = 56.86%

R = 19.22%
G = 23.92%
B = 56.86%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313D91 (or 0x313D91) is known color: Tory Blue. HEX triplet: 31, 3D and 91. RGB value is (49,61,145). Sum of RGB (Red+Green+Blue) = 49+61+145=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #313D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313D91 is #CEC26E. Grayscale: #424242. Windows color (decimal): -13550191 or 9518385. OLE color: 9518385.

HSL color Cylindrical-coordinate representation of color #313D91: hue angle of 232.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313D91 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 61 145 -
CMYK 0.66 0.58 0 0.43
HSL 232.5º 0.49% 0.38% -
HSV(B) 232.5º 0.66% 0.57% -
XYZ 8.05 6.03 27.53 -
YUV 66.99 172.02 115.17 -
System Red Green Blue C M Y K H S L
Decimal 49 61 145 0.66 0.58 0 0.43 232.5 0.49 0.38
Hex 31 3D 91 42 3A 0 2B E8 31 26
Octal 61 75 221 102 72 0 53 350 61 46
Binary 110001 111101 10010001 1000010 111010 0 101011 11101000 110001 100110

Color Harmonies of #313D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D91

Black with #313D91

Text Example


Text Example

White with #313D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,61,145); }

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

background-color css

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

 a { background-color: rgb(49,61,145); }

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

border-color css

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

 span { border-color: rgb(49,61,145); }

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