Html Css Color HEX #315293 Tory Blue

📋 copy color: '#315293'

red 49 ◦ green 82 ◦ blue 147

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

Shades of Tory Blue #315293

Tints of Tory Blue #315293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.88%

R = 17.63%
G = 29.5%
B = 52.88%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#315293 (or 0x315293) is known color: Tory Blue. HEX triplet: 31, 52 and 93. RGB value is (49,82,147). Sum of RGB (Red+Green+Blue) = 49+82+147=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #315293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315293 is #CEAD6C. Grayscale: #4F4F4F. Windows color (decimal): -13544813 or 9654833. OLE color: 9654833.

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

Color convert

RGB 49 82 147 -
CMYK 0.67 0.44 0 0.42
HSL 219.8º 0.5% 0.38% -
HSV(B) 219.8º 0.67% 0.58% -
XYZ 9.55 8.79 28.8 -
YUV 79.54 166.07 106.21 -
System Red Green Blue C M Y K H S L
Decimal 49 82 147 0.67 0.44 0 0.42 219.8 0.5 0.38
Hex 31 52 93 43 2C 0 2A DC 32 26
Octal 61 122 223 103 54 0 52 334 62 46
Binary 110001 1010010 10010011 1000011 101100 0 101010 11011100 110010 100110

Color Harmonies of #315293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315293

Black with #315293

Text Example


Text Example

White with #315293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315293; }

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

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

background-color css

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

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

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

border-color css

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

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

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