Html Css Color HEX #314993 Tory Blue

📋 copy color: '#314993'

red 49 ◦ green 73 ◦ blue 147

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

Shades of Tory Blue #314993

Tints of Tory Blue #314993

RGB

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

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

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

R = 18.22%
G = 27.14%
B = 54.65%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#314993 (or 0x314993) is known color: Tory Blue. HEX triplet: 31, 49 and 93. RGB value is (49,73,147). Sum of RGB (Red+Green+Blue) = 49+73+147=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #314993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314993 is #CEB66C. Grayscale: #494949. Windows color (decimal): -13547117 or 9652529. OLE color: 9652529.

HSL color Cylindrical-coordinate representation of color #314993: hue angle of 225.31º 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 #314993 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 73 147 -
CMYK 0.67 0.50 0 0.42
HSL 225.31º 0.5% 0.38% -
HSV(B) 225.31º 0.67% 0.58% -
XYZ 8.92 7.52 28.59 -
YUV 74.26 169.05 109.98 -
System Red Green Blue C M Y K H S L
Decimal 49 73 147 0.67 0.50 0 0.42 225.31 0.5 0.38
Hex 31 49 93 43 32 0 2A E1 32 26
Octal 61 111 223 103 62 0 52 341 62 46
Binary 110001 1001001 10010011 1000011 110010 0 101010 11100001 110010 100110

Color Harmonies of #314993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314993

Black with #314993

Text Example


Text Example

White with #314993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314993; }

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

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

background-color css

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

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

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

border-color css

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

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

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