Html Css Color HEX #314690 Tory Blue

📋 copy color: '#314690'

red 49 ◦ green 70 ◦ blue 144

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

Shades of Tory Blue #314690

Tints of Tory Blue #314690

RGB

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

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

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

R = 18.63%
G = 26.62%
B = 54.75%

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

#314690 (or 0x314690) is known color: Tory Blue. HEX triplet: 31, 46 and 90. RGB value is (49,70,144). Sum of RGB (Red+Green+Blue) = 49+70+144=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #314690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314690 is #CEB96F. Grayscale: #474747. Windows color (decimal): -13547888 or 9455153. OLE color: 9455153.

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

Color convert

RGB 49 70 144 -
CMYK 0.66 0.51 0 0.44
HSL 226.74º 0.49% 0.38% -
HSV(B) 226.74º 0.66% 0.56% -
XYZ 8.49 7.05 27.3 -
YUV 72.16 168.54 111.48 -
System Red Green Blue C M Y K H S L
Decimal 49 70 144 0.66 0.51 0 0.44 226.74 0.49 0.38
Hex 31 46 90 42 33 0 2C E3 31 26
Octal 61 106 220 102 63 0 54 343 61 46
Binary 110001 1000110 10010000 1000010 110011 0 101100 11100011 110001 100110

Color Harmonies of #314690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314690

Black with #314690

Text Example


Text Example

White with #314690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314690; }

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

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

background-color css

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

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

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

border-color css

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

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

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