Html Css Color HEX #314191 Tory Blue

📋 copy color: '#314191'

red 49 ◦ green 65 ◦ blue 145

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

Shades of Tory Blue #314191

Tints of Tory Blue #314191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.1%

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

R = 18.92%
G = 25.1%
B = 55.98%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#314191 (or 0x314191) is known color: Tory Blue. HEX triplet: 31, 41 and 91. RGB value is (49,65,145). Sum of RGB (Red+Green+Blue) = 49+65+145=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #314191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314191 is #CEBE6E. Grayscale: #454545. Windows color (decimal): -13549167 or 9519409. OLE color: 9519409.

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

Color convert

RGB 49 65 145 -
CMYK 0.66 0.55 0 0.43
HSL 230º 0.49% 0.38% -
HSV(B) 230º 0.66% 0.57% -
XYZ 8.27 6.48 27.6 -
YUV 69.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 49 65 145 0.66 0.55 0 0.43 230 0.49 0.38
Hex 31 41 91 42 37 0 2B E6 31 26
Octal 61 101 221 102 67 0 53 346 61 46
Binary 110001 1000001 10010001 1000010 110111 0 101011 11100110 110001 100110

Color Harmonies of #314191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314191

Black with #314191

Text Example


Text Example

White with #314191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314191; }

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

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

background-color css

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

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

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

border-color css

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

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

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