Html Css Color HEX #315295 Tory Blue

📋 copy color: '#315295'

red 49 ◦ green 82 ◦ blue 149

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

Shades of Tory Blue #315295

Tints of Tory Blue #315295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.29%

 BLUE value IS 149 (58.59% from 255) = 53.21%

R = 17.5%
G = 29.29%
B = 53.21%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#315295 (or 0x315295) is known color: Tory Blue. HEX triplet: 31, 52 and 95. RGB value is (49,82,149). Sum of RGB (Red+Green+Blue) = 49+82+149=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #315295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315295 is #CEAD6A. Grayscale: #4F4F4F. Windows color (decimal): -13544811 or 9785905. OLE color: 9785905.

HSL color Cylindrical-coordinate representation of color #315295: hue angle of 220.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #315295 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 82 149 -
CMYK 0.67 0.45 0 0.42
HSL 220.2º 0.51% 0.39% -
HSV(B) 220.2º 0.67% 0.58% -
XYZ 9.71 8.86 29.63 -
YUV 79.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 49 82 149 0.67 0.45 0 0.42 220.2 0.51 0.39
Hex 31 52 95 43 2D 0 2A DC 33 27
Octal 61 122 225 103 55 0 52 334 63 47
Binary 110001 1010010 10010101 1000011 101101 0 101010 11011100 110011 100111

Color Harmonies of #315295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315295

Black with #315295

Text Example


Text Example

White with #315295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315295; }

 p { color: rgb(49,82,149); }

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

background-color css

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

 a { background-color: rgb(49,82,149); }

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

border-color css

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

 span { border-color: rgb(49,82,149); }

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