Html Css Color HEX #314792 Tory Blue

📋 copy color: '#314792'

red 49 ◦ green 71 ◦ blue 146

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

Shades of Tory Blue #314792

Tints of Tory Blue #314792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.69%

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

R = 18.42%
G = 26.69%
B = 54.89%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#314792 (or 0x314792) is known color: Tory Blue. HEX triplet: 31, 47 and 92. RGB value is (49,71,146). Sum of RGB (Red+Green+Blue) = 49+71+146=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #314792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314792 is #CEB86D. Grayscale: #484848. Windows color (decimal): -13547630 or 9586481. OLE color: 9586481.

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

Color convert

RGB 49 71 146 -
CMYK 0.66 0.51 0 0.43
HSL 226.39º 0.5% 0.38% -
HSV(B) 226.39º 0.66% 0.57% -
XYZ 8.71 7.23 28.13 -
YUV 72.97 169.21 110.9 -
System Red Green Blue C M Y K H S L
Decimal 49 71 146 0.66 0.51 0 0.43 226.39 0.5 0.38
Hex 31 47 92 42 33 0 2B E2 32 26
Octal 61 107 222 102 63 0 53 342 62 46
Binary 110001 1000111 10010010 1000010 110011 0 101011 11100010 110010 100110

Color Harmonies of #314792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314792

Black with #314792

Text Example


Text Example

White with #314792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314792; }

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

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

background-color css

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

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

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

border-color css

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

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

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