#323C96

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

Shades of Tory Blue #323C96

Tints of Tory Blue #323C96

Color information

#323C96 (or 0x323C96) is unknown color: approx Tory Blue. HEX triplet: 32, 3C and 96. RGB value is (50,60,150). Sum of RGB (Red+Green+Blue) = 50+60+150=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #323C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C96 is #CDC369. Grayscale: #424242. Windows color (decimal): -13484906 or 9845810. OLE color: 9845810.

HSL color Cylindrical-coordinate representation of color #323C96: hue angle of 234º 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 #323C96 is Cyan = 0.67, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5060150-
CMYK0.670.600.41
HSL234º50%39.22%-
HSV(B)234º66.67%58.82%-
XYZ8.446.1129.59-
YUV67.27174.69115.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.23%
GREEN value IS 60 (23.83% from 255) = 23.08%
BLUE value IS 150 (58.98% from 255) = 57.69%
R=19.23%
G=23.08%
B=57.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50601500.670.600.412345039.22
Hex323C96433C029ea3227
Octal6274226103740513526247
Binary110010111100100101101000011111100010100111101010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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