Html Css Color HEX #314693 Tory Blue

📋 copy color: '#314693'

red 49 ◦ green 70 ◦ blue 147

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

Shades of Tory Blue #314693

Tints of Tory Blue #314693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 18.42%
G = 26.32%
B = 55.26%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#314693 (or 0x314693) is known color: Tory Blue. HEX triplet: 31, 46 and 93. RGB value is (49,70,147). Sum of RGB (Red+Green+Blue) = 49+70+147=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #314693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314693 is #CEB96C. Grayscale: #484848. Windows color (decimal): -13547885 or 9651761. OLE color: 9651761.

HSL color Cylindrical-coordinate representation of color #314693: hue angle of 227.14º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314693 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 70 147 -
CMYK 0.67 0.52 0 0.42
HSL 227.14º 0.5% 0.38% -
HSV(B) 227.14º 0.67% 0.58% -
XYZ 8.72 7.14 28.52 -
YUV 72.5 170.04 111.24 -
System Red Green Blue C M Y K H S L
Decimal 49 70 147 0.67 0.52 0 0.42 227.14 0.5 0.38
Hex 31 46 93 43 34 0 2A E3 32 26
Octal 61 106 223 103 64 0 52 343 62 46
Binary 110001 1000110 10010011 1000011 110100 0 101010 11100011 110010 100110

Color Harmonies of #314693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314693

Black with #314693

Text Example


Text Example

White with #314693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314693; }

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

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

background-color css

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

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

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

border-color css

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

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

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