#323C97

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

Shades of Tory Blue #323C97

Tints of Tory Blue #323C97

Color information

#323C97 (or 0x323C97) is unknown color: approx Tory Blue. HEX triplet: 32, 3C and 97. RGB value is (50,60,151). Sum of RGB (Red+Green+Blue) = 50+60+151=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 151 (59.38% from 255 or 57.85% from 261); Max value from RGB is 151 - color contains mainly: blue. Hex color #323C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C97 is #CDC368. Grayscale: #434343. Windows color (decimal): -13484905 or 9911346. OLE color: 9911346.

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

Color convert

RGB5060151-
CMYK0.670.6000.41
HSL234.06º50.25%39.41%-
HSV(B)234.06º66.89%59.22%-
XYZ8.526.1430.02-
YUV67.38175.19115.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 60 (23.83% from 255) = 22.99%
BLUE value IS 151 (59.38% from 255) = 57.85%
R=19.16%
G=22.99%
B=57.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50601510.670.6000.41234.0650.2539.41
Hex323C97433C029ea3227
Octal6274227103740513526247
Binary110010111100100101111000011111100010100111101010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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