Html Css Color HEX #314990 Tory Blue

📋 copy color: '#314990'

red 49 ◦ green 73 ◦ blue 144

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

Shades of Tory Blue #314990

Tints of Tory Blue #314990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.44%

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 18.42%
G = 27.44%
B = 54.14%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#314990 (or 0x314990) is known color: Tory Blue. HEX triplet: 31, 49 and 90. RGB value is (49,73,144). Sum of RGB (Red+Green+Blue) = 49+73+144=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #314990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314990 is #CEB66F. Grayscale: #494949. Windows color (decimal): -13547120 or 9455921. OLE color: 9455921.

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

Color convert

RGB 49 73 144 -
CMYK 0.66 0.49 0 0.44
HSL 224.84º 0.49% 0.38% -
HSV(B) 224.84º 0.66% 0.56% -
XYZ 8.68 7.43 27.36 -
YUV 73.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 49 73 144 0.66 0.49 0 0.44 224.84 0.49 0.38
Hex 31 49 90 42 31 0 2C E1 31 26
Octal 61 111 220 102 61 0 54 341 61 46
Binary 110001 1001001 10010000 1000010 110001 0 101100 11100001 110001 100110

Color Harmonies of #314990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314990

Black with #314990

Text Example


Text Example

White with #314990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314990; }

 p { color: rgb(49,73,144); }

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

background-color css

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

 a { background-color: rgb(49,73,144); }

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

border-color css

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

 span { border-color: rgb(49,73,144); }

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