Html Css Color HEX #31469C Tory Blue

📋 copy color: '#31469C'

red 49 ◦ green 70 ◦ blue 156

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

Shades of Tory Blue #31469C

Tints of Tory Blue #31469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.73%

R = 17.82%
G = 25.45%
B = 56.73%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31469C (or 0x31469C) is known color: Tory Blue. HEX triplet: 31, 46 and 9C. RGB value is (49,70,156). Sum of RGB (Red+Green+Blue) = 49+70+156=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #31469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31469C is #CEB963. Grayscale: #494949. Windows color (decimal): -13547876 or 10241585. OLE color: 10241585.

HSL color Cylindrical-coordinate representation of color #31469C: hue angle of 228.22º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31469C is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 70 156 -
CMYK 0.69 0.55 0 0.39
HSL 228.22º 0.52% 0.4% -
HSV(B) 228.22º 0.69% 0.61% -
XYZ 9.46 7.43 32.39 -
YUV 73.53 174.54 110.51 -
System Red Green Blue C M Y K H S L
Decimal 49 70 156 0.69 0.55 0 0.39 228.22 0.52 0.4
Hex 31 46 9C 45 37 0 27 E4 34 28
Octal 61 106 234 105 67 0 47 344 64 50
Binary 110001 1000110 10011100 1000101 110111 0 100111 11100100 110100 101000

Color Harmonies of #31469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31469C

Black with #31469C

Text Example


Text Example

White with #31469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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