#323C9C

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

Shades of Tory Blue #323C9C

Tints of Tory Blue #323C9C

Color information

#323C9C (or 0x323C9C) is unknown color: approx Tory Blue. HEX triplet: 32, 3C and 9C. RGB value is (50,60,156). Sum of RGB (Red+Green+Blue) = 50+60+156=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #323C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C9C is #CDC363. Grayscale: #434343. Windows color (decimal): -13484900 or 10239026. OLE color: 10239026.

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

Color convert

RGB5060156-
CMYK0.680.6200.39
HSL234.34º51.46%40.39%-
HSV(B)234.34º67.95%61.18%-
XYZ8.936.3132.2-
YUV67.95177.69115.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 60 (23.83% from 255) = 22.56%
BLUE value IS 156 (61.33% from 255) = 58.65%
R=18.80%
G=22.56%
B=58.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50601560.680.6200.39234.3451.4640.39
Hex323C9C443E027ea3328
Octal6274234104760473526350
Binary110010111100100111001000100111110010011111101010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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