Html Css Color HEX #314790 Tory Blue

📋 copy color: '#314790'

red 49 ◦ green 71 ◦ blue 144

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

Shades of Tory Blue #314790

Tints of Tory Blue #314790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.89%

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

R = 18.56%
G = 26.89%
B = 54.55%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#314790 (or 0x314790) is known color: Tory Blue. HEX triplet: 31, 47 and 90. RGB value is (49,71,144). Sum of RGB (Red+Green+Blue) = 49+71+144=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #314790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314790 is #CEB86F. Grayscale: #484848. Windows color (decimal): -13547632 or 9455409. OLE color: 9455409.

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

Color convert

RGB 49 71 144 -
CMYK 0.66 0.51 0 0.44
HSL 226.11º 0.49% 0.38% -
HSV(B) 226.11º 0.66% 0.56% -
XYZ 8.55 7.17 27.32 -
YUV 72.74 168.21 111.06 -
System Red Green Blue C M Y K H S L
Decimal 49 71 144 0.66 0.51 0 0.44 226.11 0.49 0.38
Hex 31 47 90 42 33 0 2C E2 31 26
Octal 61 107 220 102 63 0 54 342 61 46
Binary 110001 1000111 10010000 1000010 110011 0 101100 11100010 110001 100110

Color Harmonies of #314790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314790

Black with #314790

Text Example


Text Example

White with #314790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314790; }

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

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

background-color css

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

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

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

border-color css

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

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

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