Html Css Color HEX #31469E Tory Blue

📋 copy color: '#31469E'

red 49 ◦ green 70 ◦ blue 158

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

Shades of Tory Blue #31469E

Tints of Tory Blue #31469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.27%

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

R = 17.69%
G = 25.27%
B = 57.04%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31469E (or 0x31469E) is known color: Tory Blue. HEX triplet: 31, 46 and 9E. RGB value is (49,70,158). Sum of RGB (Red+Green+Blue) = 49+70+158=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #31469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31469E is #CEB961. Grayscale: #494949. Windows color (decimal): -13547874 or 10372657. OLE color: 10372657.

HSL color Cylindrical-coordinate representation of color #31469E: hue angle of 228.44º 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 #31469E is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 70 158 -
CMYK 0.69 0.56 0 0.38
HSL 228.44º 0.53% 0.41% -
HSV(B) 228.44º 0.69% 0.62% -
XYZ 9.63 7.5 33.29 -
YUV 73.75 175.54 110.34 -
System Red Green Blue C M Y K H S L
Decimal 49 70 158 0.69 0.56 0 0.38 228.44 0.53 0.41
Hex 31 46 9E 45 38 0 26 E4 35 29
Octal 61 106 236 105 70 0 46 344 65 51
Binary 110001 1000110 10011110 1000101 111000 0 100110 11100100 110101 101001

Color Harmonies of #31469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31469E

Black with #31469E

Text Example


Text Example

White with #31469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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