Html Css Color HEX #314691 Tory Blue

📋 copy color: '#314691'

red 49 ◦ green 70 ◦ blue 145

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

Shades of Tory Blue #314691

Tints of Tory Blue #314691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.52%

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

R = 18.56%
G = 26.52%
B = 54.92%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#314691 (or 0x314691) is known color: Tory Blue. HEX triplet: 31, 46 and 91. RGB value is (49,70,145). Sum of RGB (Red+Green+Blue) = 49+70+145=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #314691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314691 is #CEB96E. Grayscale: #474747. Windows color (decimal): -13547887 or 9520689. OLE color: 9520689.

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

Color convert

RGB 49 70 145 -
CMYK 0.66 0.52 0 0.43
HSL 226.88º 0.49% 0.38% -
HSV(B) 226.88º 0.66% 0.57% -
XYZ 8.57 7.08 27.7 -
YUV 72.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 49 70 145 0.66 0.52 0 0.43 226.88 0.49 0.38
Hex 31 46 91 42 34 0 2B E3 31 26
Octal 61 106 221 102 64 0 53 343 61 46
Binary 110001 1000110 10010001 1000010 110100 0 101011 11100011 110001 100110

Color Harmonies of #314691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314691

Black with #314691

Text Example


Text Example

White with #314691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314691; }

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

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

background-color css

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

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

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

border-color css

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

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

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