Html Css Color HEX #315091 Tory Blue

📋 copy color: '#315091'

red 49 ◦ green 80 ◦ blue 145

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

Shades of Tory Blue #315091

Tints of Tory Blue #315091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

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

R = 17.88%
G = 29.2%
B = 52.92%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#315091 (or 0x315091) is known color: Tory Blue. HEX triplet: 31, 50 and 91. RGB value is (49,80,145). Sum of RGB (Red+Green+Blue) = 49+80+145=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #315091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315091 is #CEAF6E. Grayscale: #4D4D4D. Windows color (decimal): -13545327 or 9523249. OLE color: 9523249.

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

Color convert

RGB 49 80 145 -
CMYK 0.66 0.45 0 0.43
HSL 220.63º 0.49% 0.38% -
HSV(B) 220.63º 0.66% 0.57% -
XYZ 9.25 8.43 27.93 -
YUV 78.14 165.73 107.21 -
System Red Green Blue C M Y K H S L
Decimal 49 80 145 0.66 0.45 0 0.43 220.63 0.49 0.38
Hex 31 50 91 42 2D 0 2B DD 31 26
Octal 61 120 221 102 55 0 53 335 61 46
Binary 110001 1010000 10010001 1000010 101101 0 101011 11011101 110001 100110

Color Harmonies of #315091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315091

Black with #315091

Text Example


Text Example

White with #315091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315091; }

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

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

background-color css

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

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

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

border-color css

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

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

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