#323E9A

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

Shades of Tory Blue #323E9A

Tints of Tory Blue #323E9A

Color information

#323E9A (or 0x323E9A) is unknown color: approx Tory Blue. HEX triplet: 32, 3E and 9A. RGB value is (50,62,154). Sum of RGB (Red+Green+Blue) = 50+62+154=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #323E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E9A is #CDC165. Grayscale: #444444. Windows color (decimal): -13484390 or 10108466. OLE color: 10108466.

HSL color Cylindrical-coordinate representation of color #323E9A: hue angle of 233.08º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #323E9A is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5062154-
CMYK0.680.6000.40
HSL233.08º50.98%40%-
HSV(B)233.08º67.53%60.39%-
XYZ8.876.4631.35-
YUV68.9176.02114.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 62 (24.61% from 255) = 23.31%
BLUE value IS 154 (60.55% from 255) = 57.89%
R=18.80%
G=23.31%
B=57.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50621540.680.6000.40233.0850.9840
Hex323E9A443C028e93328
Octal6276232104740503516350
Binary110010111110100110101000100111100010100011101001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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