Html Css Color HEX #314291 Tory Blue

📋 copy color: '#314291'

red 49 ◦ green 66 ◦ blue 145

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

Shades of Tory Blue #314291

Tints of Tory Blue #314291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

 BLUE value IS 145 (57.03% from 255) = 55.77%

R = 18.85%
G = 25.38%
B = 55.77%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#314291 (or 0x314291) is known color: Tory Blue. HEX triplet: 31, 42 and 91. RGB value is (49,66,145). Sum of RGB (Red+Green+Blue) = 49+66+145=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #314291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314291 is #CEBD6E. Grayscale: #454545. Windows color (decimal): -13548911 or 9519665. OLE color: 9519665.

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

Color convert

RGB 49 66 145 -
CMYK 0.66 0.54 0 0.43
HSL 229.38º 0.49% 0.38% -
HSV(B) 229.38º 0.66% 0.57% -
XYZ 8.33 6.59 27.62 -
YUV 69.92 170.37 113.08 -
System Red Green Blue C M Y K H S L
Decimal 49 66 145 0.66 0.54 0 0.43 229.38 0.49 0.38
Hex 31 42 91 42 36 0 2B E5 31 26
Octal 61 102 221 102 66 0 53 345 61 46
Binary 110001 1000010 10010001 1000010 110110 0 101011 11100101 110001 100110

Color Harmonies of #314291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314291

Black with #314291

Text Example


Text Example

White with #314291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314291; }

 p { color: rgb(49,66,145); }

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

background-color css

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

 a { background-color: rgb(49,66,145); }

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

border-color css

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

 span { border-color: rgb(49,66,145); }

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