#31439C

Color #31439C Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #31439C

Tints of Tory Blue #31439C

Color information

#31439C (or 0x31439C) is unknown color: approx Tory Blue. HEX triplet: 31, 43 and 9C. RGB value is (49,67,156). Sum of RGB (Red+Green+Blue) = 49+67+156=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #31439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31439C is #CEBC63. Grayscale: #474747. Windows color (decimal): -13548644 or 10240817. OLE color: 10240817.

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

Color convert

RGB4967156-
CMYK0.690.5700.39
HSL229.91º52.2%40.2%-
HSV(B)229.91º68.59%61.18%-
XYZ9.277.0732.33-
YUV71.76175.54111.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.01%
GREEN value IS 67 (26.56% from 255) = 24.63%
BLUE value IS 156 (61.33% from 255) = 57.35%
R=18.01%
G=24.63%
B=57.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49671560.690.5700.39229.9152.240.2
Hex31439C4539027e63428
Octal61103234105710473466450
Binary1100011000011100111001000101111001010011111100110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31439C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31439C;
 }
 .AnyTagClassName
 {
   color: #31439C;
 }
</style>
background-color css

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

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

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

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

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

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