Html Css Color HEX #315397 Tory Blue

📋 copy color: '#315397'

red 49 ◦ green 83 ◦ blue 151

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

Shades of Tory Blue #315397

Tints of Tory Blue #315397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.36%

R = 17.31%
G = 29.33%
B = 53.36%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#315397 (or 0x315397) is known color: Tory Blue. HEX triplet: 31, 53 and 97. RGB value is (49,83,151). Sum of RGB (Red+Green+Blue) = 49+83+151=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #315397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315397 is #CEAC68. Grayscale: #505050. Windows color (decimal): -13544553 or 9917233. OLE color: 9917233.

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

Color convert

RGB 49 83 151 -
CMYK 0.68 0.45 0 0.41
HSL 220º 0.51% 0.39% -
HSV(B) 220º 0.68% 0.59% -
XYZ 9.95 9.07 30.51 -
YUV 80.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 49 83 151 0.68 0.45 0 0.41 220 0.51 0.39
Hex 31 53 97 44 2D 0 29 DC 33 27
Octal 61 123 227 104 55 0 51 334 63 47
Binary 110001 1010011 10010111 1000100 101101 0 101001 11011100 110011 100111

Color Harmonies of #315397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315397

Black with #315397

Text Example


Text Example

White with #315397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315397; }

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

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

background-color css

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

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

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

border-color css

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

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

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