Html Css Color HEX #315394 Tory Blue

📋 copy color: '#315394'

red 49 ◦ green 83 ◦ blue 148

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

Shades of Tory Blue #315394

Tints of Tory Blue #315394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.86%

R = 17.5%
G = 29.64%
B = 52.86%

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

#315394 (or 0x315394) is known color: Tory Blue. HEX triplet: 31, 53 and 94. RGB value is (49,83,148). Sum of RGB (Red+Green+Blue) = 49+83+148=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #315394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315394 is #CEAC6B. Grayscale: #4F4F4F. Windows color (decimal): -13544556 or 9720625. OLE color: 9720625.

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

Color convert

RGB 49 83 148 -
CMYK 0.67 0.44 0 0.42
HSL 219.39º 0.5% 0.39% -
HSV(B) 219.39º 0.67% 0.58% -
XYZ 9.71 8.98 29.24 -
YUV 80.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 49 83 148 0.67 0.44 0 0.42 219.39 0.5 0.39
Hex 31 53 94 43 2C 0 2A DB 32 27
Octal 61 123 224 103 54 0 52 333 62 47
Binary 110001 1010011 10010100 1000011 101100 0 101010 11011011 110010 100111

Color Harmonies of #315394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315394

Black with #315394

Text Example


Text Example

White with #315394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315394; }

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

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

background-color css

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

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

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

border-color css

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

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

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