Html Css Color HEX #31418C Tory Blue

📋 copy color: '#31418C'

red 49 ◦ green 65 ◦ blue 140

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

Shades of Tory Blue #31418C

Tints of Tory Blue #31418C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

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

R = 19.29%
G = 25.59%
B = 55.12%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31418C (or 0x31418C) is known color: Tory Blue. HEX triplet: 31, 41 and 8C. RGB value is (49,65,140). Sum of RGB (Red+Green+Blue) = 49+65+140=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #31418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31418C is #CEBE73. Grayscale: #444444. Windows color (decimal): -13549172 or 9191729. OLE color: 9191729.

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

Color convert

RGB 49 65 140 -
CMYK 0.65 0.54 0 0.45
HSL 229.45º 0.48% 0.37% -
HSV(B) 229.45º 0.65% 0.55% -
XYZ 7.89 6.33 25.62 -
YUV 68.77 168.2 113.9 -
System Red Green Blue C M Y K H S L
Decimal 49 65 140 0.65 0.54 0 0.45 229.45 0.48 0.37
Hex 31 41 8C 41 36 0 2D E5 30 25
Octal 61 101 214 101 66 0 55 345 60 45
Binary 110001 1000001 10001100 1000001 110110 0 101101 11100101 110000 100101

Color Harmonies of #31418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31418C

Black with #31418C

Text Example


Text Example

White with #31418C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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