#314396

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

Shades of Tory Blue #314396

Tints of Tory Blue #314396

Color information

#314396 (or 0x314396) is unknown color: approx Tory Blue. HEX triplet: 31, 43 and 96. RGB value is (49,67,150). Sum of RGB (Red+Green+Blue) = 49+67+150=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #314396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314396 is #CEBC69. Grayscale: #464646. Windows color (decimal): -13548650 or 9847601. OLE color: 9847601.

HSL color Cylindrical-coordinate representation of color #314396: hue angle of 229.31º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314396 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4967150-
CMYK0.670.5500.41
HSL229.31º50.75%39.02%-
HSV(B)229.31º67.33%58.82%-
XYZ8.786.8729.72-
YUV71.08172.54112.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 150 (58.98% from 255) = 56.39%
R=18.42%
G=25.19%
B=56.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49671500.670.5500.41229.3150.7539.02
Hex3143964337029e53327
Octal61103226103670513456347
Binary1100011000011100101101000011110111010100111100101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314396; }

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

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

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

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

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

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

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

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