Html Css Color HEX #31449C Tory Blue

📋 copy color: '#31449C'

red 49 ◦ green 68 ◦ blue 156

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

Shades of Tory Blue #31449C

Tints of Tory Blue #31449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.91%

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

R = 17.95%
G = 24.91%
B = 57.14%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31449C (or 0x31449C) is known color: Tory Blue. HEX triplet: 31, 44 and 9C. RGB value is (49,68,156). Sum of RGB (Red+Green+Blue) = 49+68+156=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #31449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31449C is #CEBB63. Grayscale: #474747. Windows color (decimal): -13548388 or 10241073. OLE color: 10241073.

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

Color convert

RGB 49 68 156 -
CMYK 0.69 0.56 0 0.39
HSL 229.35º 0.52% 0.4% -
HSV(B) 229.35º 0.69% 0.61% -
XYZ 9.33 7.19 32.35 -
YUV 72.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 49 68 156 0.69 0.56 0 0.39 229.35 0.52 0.4
Hex 31 44 9C 45 38 0 27 E5 34 28
Octal 61 104 234 105 70 0 47 345 64 50
Binary 110001 1000100 10011100 1000101 111000 0 100111 11100101 110100 101000

Color Harmonies of #31449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31449C

Black with #31449C

Text Example


Text Example

White with #31449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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