Html Css Color HEX #315192 Tory Blue

📋 copy color: '#315192'

red 49 ◦ green 81 ◦ blue 146

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

Shades of Tory Blue #315192

Tints of Tory Blue #315192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.9%

R = 17.75%
G = 29.35%
B = 52.9%

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

#315192 (or 0x315192) is known color: Tory Blue. HEX triplet: 31, 51 and 92. RGB value is (49,81,146). Sum of RGB (Red+Green+Blue) = 49+81+146=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #315192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315192 is #CEAE6D. Grayscale: #4E4E4E. Windows color (decimal): -13545070 or 9589041. OLE color: 9589041.

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

Color convert

RGB 49 81 146 -
CMYK 0.66 0.45 0 0.43
HSL 220.21º 0.5% 0.38% -
HSV(B) 220.21º 0.66% 0.57% -
XYZ 9.4 8.61 28.36 -
YUV 78.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 49 81 146 0.66 0.45 0 0.43 220.21 0.5 0.38
Hex 31 51 92 42 2D 0 2B DC 32 26
Octal 61 121 222 102 55 0 53 334 62 46
Binary 110001 1010001 10010010 1000010 101101 0 101011 11011100 110010 100110

Color Harmonies of #315192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315192

Black with #315192

Text Example


Text Example

White with #315192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315192; }

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

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

background-color css

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

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

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

border-color css

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

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

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