Html Css Color HEX #314D91 Tory Blue

📋 copy color: '#314D91'

red 49 ◦ green 77 ◦ blue 145

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

Shades of Tory Blue #314D91

Tints of Tory Blue #314D91

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

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

R = 18.08%
G = 28.41%
B = 53.51%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#314D91 (or 0x314D91) is known color: Tory Blue. HEX triplet: 31, 4D and 91. RGB value is (49,77,145). Sum of RGB (Red+Green+Blue) = 49+77+145=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #314D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314D91 is #CEB26E. Grayscale: #4C4C4C. Windows color (decimal): -13546095 or 9522481. OLE color: 9522481.

HSL color Cylindrical-coordinate representation of color #314D91: hue angle of 222.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 #314D91 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 77 145 -
CMYK 0.66 0.47 0 0.43
HSL 222.5º 0.49% 0.38% -
HSV(B) 222.5º 0.66% 0.57% -
XYZ 9.03 8.01 27.86 -
YUV 76.38 166.72 108.47 -
System Red Green Blue C M Y K H S L
Decimal 49 77 145 0.66 0.47 0 0.43 222.5 0.49 0.38
Hex 31 4D 91 42 2F 0 2B DE 31 26
Octal 61 115 221 102 57 0 53 336 61 46
Binary 110001 1001101 10010001 1000010 101111 0 101011 11011110 110001 100110

Color Harmonies of #314D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D91

Black with #314D91

Text Example


Text Example

White with #314D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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