#323E92

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

Shades of Tory Blue #323E92

Tints of Tory Blue #323E92

Color information

#323E92 (or 0x323E92) is unknown color: approx Tory Blue. HEX triplet: 32, 3E and 92. RGB value is (50,62,146). Sum of RGB (Red+Green+Blue) = 50+62+146=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #323E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E92 is #CDC16D. Grayscale: #434343. Windows color (decimal): -13484398 or 9584178. OLE color: 9584178.

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

Color convert

RGB5062146-
CMYK0.660.5800.43
HSL232.5º48.98%38.43%-
HSV(B)232.5º65.75%57.25%-
XYZ8.236.227.96-
YUV67.99172.02115.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.38%
GREEN value IS 62 (24.61% from 255) = 24.03%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=19.38%
G=24.03%
B=56.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50621460.660.5800.43232.548.9838.43
Hex323E92423A02Be83126
Octal6276222102720533506146
Binary110010111110100100101000010111010010101111101000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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