Html Css Color HEX #315390 Tory Blue

📋 copy color: '#315390'

red 49 ◦ green 83 ◦ blue 144

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

Shades of Tory Blue #315390

Tints of Tory Blue #315390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.17%

R = 17.75%
G = 30.07%
B = 52.17%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#315390 (or 0x315390) is known color: Tory Blue. HEX triplet: 31, 53 and 90. RGB value is (49,83,144). Sum of RGB (Red+Green+Blue) = 49+83+144=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #315390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315390 is #CEAC6F. Grayscale: #4F4F4F. Windows color (decimal): -13544560 or 9458481. OLE color: 9458481.

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

Color convert

RGB 49 83 144 -
CMYK 0.66 0.42 0 0.44
HSL 218.53º 0.49% 0.38% -
HSV(B) 218.53º 0.66% 0.56% -
XYZ 9.39 8.85 27.6 -
YUV 79.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 49 83 144 0.66 0.42 0 0.44 218.53 0.49 0.38
Hex 31 53 90 42 2A 0 2C DB 31 26
Octal 61 123 220 102 52 0 54 333 61 46
Binary 110001 1010011 10010000 1000010 101010 0 101100 11011011 110001 100110

Color Harmonies of #315390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315390

Black with #315390

Text Example


Text Example

White with #315390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315390; }

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

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

background-color css

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

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

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

border-color css

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

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

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