Html Css Color HEX #315392 Tory Blue

📋 copy color: '#315392'

red 49 ◦ green 83 ◦ blue 146

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

Shades of Tory Blue #315392

Tints of Tory Blue #315392

RGB

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

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

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

R = 17.63%
G = 29.86%
B = 52.52%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#315392 (or 0x315392) is known color: Tory Blue. HEX triplet: 31, 53 and 92. RGB value is (49,83,146). Sum of RGB (Red+Green+Blue) = 49+83+146=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #315392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315392 is #CEAC6D. Grayscale: #4F4F4F. Windows color (decimal): -13544558 or 9589553. OLE color: 9589553.

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

Color convert

RGB 49 83 146 -
CMYK 0.66 0.43 0 0.43
HSL 218.97º 0.5% 0.38% -
HSV(B) 218.97º 0.66% 0.57% -
XYZ 9.55 8.91 28.41 -
YUV 80.02 165.24 105.88 -
System Red Green Blue C M Y K H S L
Decimal 49 83 146 0.66 0.43 0 0.43 218.97 0.5 0.38
Hex 31 53 92 42 2B 0 2B DB 32 26
Octal 61 123 222 102 53 0 53 333 62 46
Binary 110001 1010011 10010010 1000010 101011 0 101011 11011011 110010 100110

Color Harmonies of #315392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315392

Black with #315392

Text Example


Text Example

White with #315392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315392; }

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

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

background-color css

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

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

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

border-color css

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

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

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