Html Css Color HEX #314692 Tory Blue

📋 copy color: '#314692'

red 49 ◦ green 70 ◦ blue 146

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

Shades of Tory Blue #314692

Tints of Tory Blue #314692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.09%

R = 18.49%
G = 26.42%
B = 55.09%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#314692 (or 0x314692) is known color: Tory Blue. HEX triplet: 31, 46 and 92. RGB value is (49,70,146). Sum of RGB (Red+Green+Blue) = 49+70+146=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #314692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314692 is #CEB96D. Grayscale: #484848. Windows color (decimal): -13547886 or 9586225. OLE color: 9586225.

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

Color convert

RGB 49 70 146 -
CMYK 0.66 0.52 0 0.43
HSL 227.01º 0.5% 0.38% -
HSV(B) 227.01º 0.66% 0.57% -
XYZ 8.65 7.11 28.11 -
YUV 72.39 169.54 111.32 -
System Red Green Blue C M Y K H S L
Decimal 49 70 146 0.66 0.52 0 0.43 227.01 0.5 0.38
Hex 31 46 92 42 34 0 2B E3 32 26
Octal 61 106 222 102 64 0 53 343 62 46
Binary 110001 1000110 10010010 1000010 110100 0 101011 11100011 110010 100110

Color Harmonies of #314692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314692

Black with #314692

Text Example


Text Example

White with #314692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314692; }

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

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

background-color css

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

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

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

border-color css

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

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

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