Html Css Color HEX #314895 Tory Blue

📋 copy color: '#314895'

red 49 ◦ green 72 ◦ blue 149

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

Shades of Tory Blue #314895

Tints of Tory Blue #314895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 18.15%
G = 26.67%
B = 55.19%

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

#314895 (or 0x314895) is known color: Tory Blue. HEX triplet: 31, 48 and 95. RGB value is (49,72,149). Sum of RGB (Red+Green+Blue) = 49+72+149=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #314895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314895 is #CEB76A. Grayscale: #494949. Windows color (decimal): -13547371 or 9783345. OLE color: 9783345.

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

Color convert

RGB 49 72 149 -
CMYK 0.67 0.52 0 0.42
HSL 226.2º 0.51% 0.39% -
HSV(B) 226.2º 0.67% 0.58% -
XYZ 9.01 7.46 29.4 -
YUV 73.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 49 72 149 0.67 0.52 0 0.42 226.2 0.51 0.39
Hex 31 48 95 43 34 0 2A E2 33 27
Octal 61 110 225 103 64 0 52 342 63 47
Binary 110001 1001000 10010101 1000011 110100 0 101010 11100010 110011 100111

Color Harmonies of #314895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314895

Black with #314895

Text Example


Text Example

White with #314895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314895; }

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

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

background-color css

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

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

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

border-color css

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

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

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