Html Css Color HEX #31478B Tory Blue

📋 copy color: '#31478B'

red 49 ◦ green 71 ◦ blue 139

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

Shades of Tory Blue #31478B

Tints of Tory Blue #31478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.67%

R = 18.92%
G = 27.41%
B = 53.67%

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

#31478B (or 0x31478B) is known color: Tory Blue. HEX triplet: 31, 47 and 8B. RGB value is (49,71,139). Sum of RGB (Red+Green+Blue) = 49+71+139=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #31478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31478B is #CEB874. Grayscale: #474747. Windows color (decimal): -13547637 or 9127729. OLE color: 9127729.

HSL color Cylindrical-coordinate representation of color #31478B: hue angle of 225.33º 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 #31478B is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 71 139 -
CMYK 0.65 0.49 0 0.45
HSL 225.33º 0.48% 0.37% -
HSV(B) 225.33º 0.65% 0.55% -
XYZ 8.18 7.02 25.35 -
YUV 72.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 49 71 139 0.65 0.49 0 0.45 225.33 0.48 0.37
Hex 31 47 8B 41 31 0 2D E1 30 25
Octal 61 107 213 101 61 0 55 341 60 45
Binary 110001 1000111 10001011 1000001 110001 0 101101 11100001 110000 100101

Color Harmonies of #31478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31478B

Black with #31478B

Text Example


Text Example

White with #31478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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