Html Css Color HEX #315190 Tory Blue

📋 copy color: '#315190'

red 49 ◦ green 81 ◦ blue 144

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

Shades of Tory Blue #315190

Tints of Tory Blue #315190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.56%

 BLUE value IS 144 (56.64% from 255) = 52.55%

R = 17.88%
G = 29.56%
B = 52.55%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#315190 (or 0x315190) is known color: Tory Blue. HEX triplet: 31, 51 and 90. RGB value is (49,81,144). Sum of RGB (Red+Green+Blue) = 49+81+144=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #315190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315190 is #CEAE6F. Grayscale: #4E4E4E. Windows color (decimal): -13545072 or 9457969. OLE color: 9457969.

HSL color Cylindrical-coordinate representation of color #315190: hue angle of 219.79º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #315190 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 81 144 -
CMYK 0.66 0.44 0 0.44
HSL 219.79º 0.49% 0.38% -
HSV(B) 219.79º 0.66% 0.56% -
XYZ 9.24 8.55 27.55 -
YUV 78.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 49 81 144 0.66 0.44 0 0.44 219.79 0.49 0.38
Hex 31 51 90 42 2C 0 2C DC 31 26
Octal 61 121 220 102 54 0 54 334 61 46
Binary 110001 1010001 10010000 1000010 101100 0 101100 11011100 110001 100110

Color Harmonies of #315190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315190

Black with #315190

Text Example


Text Example

White with #315190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315190; }

 p { color: rgb(49,81,144); }

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

background-color css

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

 a { background-color: rgb(49,81,144); }

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

border-color css

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

 span { border-color: rgb(49,81,144); }

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