Html Css Color HEX #31469F Tory Blue

📋 copy color: '#31469F'

red 49 ◦ green 70 ◦ blue 159

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

Shades of Tory Blue #31469F

Tints of Tory Blue #31469F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.19%

R = 17.63%
G = 25.18%
B = 57.19%

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

#31469F (or 0x31469F) is known color: Tory Blue. HEX triplet: 31, 46 and 9F. RGB value is (49,70,159). Sum of RGB (Red+Green+Blue) = 49+70+159=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #31469F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31469F is #CEB960. Grayscale: #494949. Windows color (decimal): -13547873 or 10438193. OLE color: 10438193.

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

Color convert

RGB 49 70 159 -
CMYK 0.69 0.56 0 0.38
HSL 228.55º 0.53% 0.41% -
HSV(B) 228.55º 0.69% 0.62% -
XYZ 9.71 7.54 33.74 -
YUV 73.87 176.04 110.26 -
System Red Green Blue C M Y K H S L
Decimal 49 70 159 0.69 0.56 0 0.38 228.55 0.53 0.41
Hex 31 46 9F 45 38 0 26 E5 35 29
Octal 61 106 237 105 70 0 46 345 65 51
Binary 110001 1000110 10011111 1000101 111000 0 100110 11100101 110101 101001

Color Harmonies of #31469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31469F

Black with #31469F

Text Example


Text Example

White with #31469F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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