Html Css Color HEX #315396 Tory Blue

📋 copy color: '#315396'

red 49 ◦ green 83 ◦ blue 150

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

Shades of Tory Blue #315396

Tints of Tory Blue #315396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

 BLUE value IS 150 (58.98% from 255) = 53.19%

R = 17.38%
G = 29.43%
B = 53.19%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#315396 (or 0x315396) is known color: Tory Blue. HEX triplet: 31, 53 and 96. RGB value is (49,83,150). Sum of RGB (Red+Green+Blue) = 49+83+150=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #315396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315396 is #CEAC69. Grayscale: #505050. Windows color (decimal): -13544554 or 9851697. OLE color: 9851697.

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

Color convert

RGB 49 83 150 -
CMYK 0.67 0.45 0 0.41
HSL 219.8º 0.51% 0.39% -
HSV(B) 219.8º 0.67% 0.59% -
XYZ 9.86 9.04 30.08 -
YUV 80.47 167.24 105.55 -
System Red Green Blue C M Y K H S L
Decimal 49 83 150 0.67 0.45 0 0.41 219.8 0.51 0.39
Hex 31 53 96 43 2D 0 29 DC 33 27
Octal 61 123 226 103 55 0 51 334 63 47
Binary 110001 1010011 10010110 1000011 101101 0 101001 11011100 110011 100111

Color Harmonies of #315396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315396

Black with #315396

Text Example


Text Example

White with #315396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315396; }

 p { color: rgb(49,83,150); }

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

background-color css

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

 a { background-color: rgb(49,83,150); }

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

border-color css

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

 span { border-color: rgb(49,83,150); }

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