#323E93

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

Shades of Tory Blue #323E93

Tints of Tory Blue #323E93

Color information

#323E93 (or 0x323E93) is unknown color: approx Tory Blue. HEX triplet: 32, 3E and 93. RGB value is (50,62,147). Sum of RGB (Red+Green+Blue) = 50+62+147=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #323E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E93 is #CDC16C. Grayscale: #434343. Windows color (decimal): -13484397 or 9649714. OLE color: 9649714.

HSL color Cylindrical-coordinate representation of color #323E93: hue angle of 232.58º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #323E93 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5062147-
CMYK0.660.5800.42
HSL232.58º49.24%38.63%-
HSV(B)232.58º65.99%57.65%-
XYZ8.36.2328.37-
YUV68.1172.52115.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.31%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 147 (57.81% from 255) = 56.76%
R=19.31%
G=23.94%
B=56.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50621470.660.5800.42232.5849.2438.63
Hex323E93423A02Ae93127
Octal6276223102720523516147
Binary110010111110100100111000010111010010101011101001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323E93; }

 p { color: rgb(50,62,147); }

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

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

 a { background-color: rgb(50,62,147); }

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

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

 span { border-color: rgb(50,62,147); }

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