#324E96

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

Shades of Tory Blue #324E96

Tints of Tory Blue #324E96

Color information

#324E96 (or 0x324E96) is unknown color: approx Tory Blue. HEX triplet: 32, 4E and 96. RGB value is (50,78,150). Sum of RGB (Red+Green+Blue) = 50+78+150=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #324E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324E96 is #CDB169. Grayscale: #4D4D4D. Windows color (decimal): -13480298 or 9850418. OLE color: 9850418.

HSL color Cylindrical-coordinate representation of color #324E96: hue angle of 223.2º degrees, saturation: 0.5, 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 #324E96 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5078150-
CMYK0.670.4800.41
HSL223.2º50%39.22%-
HSV(B)223.2º66.67%58.82%-
XYZ9.548.3329.96-
YUV77.84168.72108.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.99%
GREEN value IS 78 (30.86% from 255) = 28.06%
BLUE value IS 150 (58.98% from 255) = 53.96%
R=17.99%
G=28.06%
B=53.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50781500.670.4800.41223.25039.22
Hex324E964330029df3227
Octal62116226103600513376247
Binary1100101001110100101101000011110000010100111011111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324E96; }

 p { color: rgb(50,78,150); }

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

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

 a { background-color: rgb(50,78,150); }

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

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

 span { border-color: rgb(50,78,150); }

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