Html Css Color HEX #31478C Tory Blue

📋 copy color: '#31478C'

red 49 ◦ green 71 ◦ blue 140

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

Shades of Tory Blue #31478C

Tints of Tory Blue #31478C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

 BLUE value IS 140 (55.08% from 255) = 53.85%

R = 18.85%
G = 27.31%
B = 53.85%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31478C (or 0x31478C) is known color: Tory Blue. HEX triplet: 31, 47 and 8C. RGB value is (49,71,140). Sum of RGB (Red+Green+Blue) = 49+71+140=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #31478C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31478C is #CEB873. Grayscale: #474747. Windows color (decimal): -13547636 or 9193265. OLE color: 9193265.

HSL color Cylindrical-coordinate representation of color #31478C: hue angle of 225.49º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31478C is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 71 140 -
CMYK 0.65 0.49 0 0.45
HSL 225.49º 0.48% 0.37% -
HSV(B) 225.49º 0.65% 0.55% -
XYZ 8.25 7.05 25.74 -
YUV 72.29 166.21 111.39 -
System Red Green Blue C M Y K H S L
Decimal 49 71 140 0.65 0.49 0 0.45 225.49 0.48 0.37
Hex 31 47 8C 41 31 0 2D E1 30 25
Octal 61 107 214 101 61 0 55 341 60 45
Binary 110001 1000111 10001100 1000001 110001 0 101101 11100001 110000 100101

Color Harmonies of #31478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31478C

Black with #31478C

Text Example


Text Example

White with #31478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31478C; }

 p { color: rgb(49,71,140); }

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

background-color css

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

 a { background-color: rgb(49,71,140); }

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

border-color css

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

 span { border-color: rgb(49,71,140); }

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