Html Css Color HEX #315395 Tory Blue

📋 copy color: '#315395'

red 49 ◦ green 83 ◦ blue 149

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

Shades of Tory Blue #315395

Tints of Tory Blue #315395

RGB

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

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

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

R = 17.44%
G = 29.54%
B = 53.02%

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

#315395 (or 0x315395) is known color: Tory Blue. HEX triplet: 31, 53 and 95. RGB value is (49,83,149). Sum of RGB (Red+Green+Blue) = 49+83+149=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #315395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315395 is #CEAC6A. Grayscale: #505050. Windows color (decimal): -13544555 or 9786161. OLE color: 9786161.

HSL color Cylindrical-coordinate representation of color #315395: hue angle of 219.6º 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 #315395 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 83 149 -
CMYK 0.67 0.44 0 0.42
HSL 219.6º 0.51% 0.39% -
HSV(B) 219.6º 0.67% 0.58% -
XYZ 9.78 9.01 29.66 -
YUV 80.36 166.74 105.63 -
System Red Green Blue C M Y K H S L
Decimal 49 83 149 0.67 0.44 0 0.42 219.6 0.51 0.39
Hex 31 53 95 43 2C 0 2A DC 33 27
Octal 61 123 225 103 54 0 52 334 63 47
Binary 110001 1010011 10010101 1000011 101100 0 101010 11011100 110011 100111

Color Harmonies of #315395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315395

Black with #315395

Text Example


Text Example

White with #315395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315395; }

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

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

background-color css

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

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

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

border-color css

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

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

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