Html Css Color HEX #314893 Tory Blue

📋 copy color: '#314893'

red 49 ◦ green 72 ◦ blue 147

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

Shades of Tory Blue #314893

Tints of Tory Blue #314893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.87%

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

R = 18.28%
G = 26.87%
B = 54.85%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#314893 (or 0x314893) is known color: Tory Blue. HEX triplet: 31, 48 and 93. RGB value is (49,72,147). Sum of RGB (Red+Green+Blue) = 49+72+147=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #314893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314893 is #CEB76C. Grayscale: #494949. Windows color (decimal): -13547373 or 9652273. OLE color: 9652273.

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

Color convert

RGB 49 72 147 -
CMYK 0.67 0.51 0 0.42
HSL 225.92º 0.5% 0.38% -
HSV(B) 225.92º 0.67% 0.58% -
XYZ 8.85 7.39 28.56 -
YUV 73.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 49 72 147 0.67 0.51 0 0.42 225.92 0.5 0.38
Hex 31 48 93 43 33 0 2A E2 32 26
Octal 61 110 223 103 63 0 52 342 62 46
Binary 110001 1001000 10010011 1000011 110011 0 101010 11100010 110010 100110

Color Harmonies of #314893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314893

Black with #314893

Text Example


Text Example

White with #314893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314893; }

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

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

background-color css

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

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

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

border-color css

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

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

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