Html Css Color HEX #314091 Tory Blue

📋 copy color: '#314091'

red 49 ◦ green 64 ◦ blue 145

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

Shades of Tory Blue #314091

Tints of Tory Blue #314091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.81%

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

R = 18.99%
G = 24.81%
B = 56.2%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#314091 (or 0x314091) is known color: Tory Blue. HEX triplet: 31, 40 and 91. RGB value is (49,64,145). Sum of RGB (Red+Green+Blue) = 49+64+145=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #314091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314091 is #CEBF6E. Grayscale: #444444. Windows color (decimal): -13549423 or 9519153. OLE color: 9519153.

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

Color convert

RGB 49 64 145 -
CMYK 0.66 0.56 0 0.43
HSL 230.63º 0.49% 0.38% -
HSV(B) 230.63º 0.66% 0.57% -
XYZ 8.21 6.36 27.58 -
YUV 68.75 171.03 113.91 -
System Red Green Blue C M Y K H S L
Decimal 49 64 145 0.66 0.56 0 0.43 230.63 0.49 0.38
Hex 31 40 91 42 38 0 2B E7 31 26
Octal 61 100 221 102 70 0 53 347 61 46
Binary 110001 1000000 10010001 1000010 111000 0 101011 11100111 110001 100110

Color Harmonies of #314091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314091

Black with #314091

Text Example


Text Example

White with #314091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314091; }

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

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

background-color css

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

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

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

border-color css

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

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

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