Html Css Color HEX #315294 Tory Blue

📋 copy color: '#315294'

red 49 ◦ green 82 ◦ blue 148

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

Shades of Tory Blue #315294

Tints of Tory Blue #315294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.39%

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

R = 17.56%
G = 29.39%
B = 53.05%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#315294 (or 0x315294) is known color: Tory Blue. HEX triplet: 31, 52 and 94. RGB value is (49,82,148). Sum of RGB (Red+Green+Blue) = 49+82+148=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #315294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315294 is #CEAD6B. Grayscale: #4F4F4F. Windows color (decimal): -13544812 or 9720369. OLE color: 9720369.

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

Color convert

RGB 49 82 148 -
CMYK 0.67 0.45 0 0.42
HSL 220º 0.5% 0.39% -
HSV(B) 220º 0.67% 0.58% -
XYZ 9.63 8.83 29.21 -
YUV 79.66 166.57 106.13 -
System Red Green Blue C M Y K H S L
Decimal 49 82 148 0.67 0.45 0 0.42 220 0.5 0.39
Hex 31 52 94 43 2D 0 2A DC 32 27
Octal 61 122 224 103 55 0 52 334 62 47
Binary 110001 1010010 10010100 1000011 101101 0 101010 11011100 110010 100111

Color Harmonies of #315294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315294

Black with #315294

Text Example


Text Example

White with #315294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315294; }

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

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

background-color css

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

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

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

border-color css

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

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

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