Html Css Color HEX #31419E Tory Blue

📋 copy color: '#31419E'

red 49 ◦ green 65 ◦ blue 158

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

Shades of Tory Blue #31419E

Tints of Tory Blue #31419E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.09%

R = 18.01%
G = 23.9%
B = 58.09%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31419E (or 0x31419E) is known color: Tory Blue. HEX triplet: 31, 41 and 9E. RGB value is (49,65,158). Sum of RGB (Red+Green+Blue) = 49+65+158=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #31419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31419E is #CEBE61. Grayscale: #464646. Windows color (decimal): -13549154 or 10371377. OLE color: 10371377.

HSL color Cylindrical-coordinate representation of color #31419E: hue angle of 231.19º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31419E is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 65 158 -
CMYK 0.69 0.59 0 0.38
HSL 231.19º 0.53% 0.41% -
HSV(B) 231.19º 0.69% 0.62% -
XYZ 9.33 6.9 33.19 -
YUV 70.82 177.2 112.44 -
System Red Green Blue C M Y K H S L
Decimal 49 65 158 0.69 0.59 0 0.38 231.19 0.53 0.41
Hex 31 41 9E 45 3B 0 26 E7 35 29
Octal 61 101 236 105 73 0 46 347 65 51
Binary 110001 1000001 10011110 1000101 111011 0 100110 11100111 110101 101001

Color Harmonies of #31419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31419E

Black with #31419E

Text Example


Text Example

White with #31419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31419E; }

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

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

background-color css

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

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

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

border-color css

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

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

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