#323B9B

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

Shades of Tory Blue #323B9B

Tints of Tory Blue #323B9B

Color information

#323B9B (or 0x323B9B) is unknown color: approx Tory Blue. HEX triplet: 32, 3B and 9B. RGB value is (50,59,155). Sum of RGB (Red+Green+Blue) = 50+59+155=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #323B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323B9B is #CDC464. Grayscale: #424242. Windows color (decimal): -13485157 or 10173234. OLE color: 10173234.

HSL color Cylindrical-coordinate representation of color #323B9B: hue angle of 234.86º 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 #323B9B is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5059155-
CMYK0.680.6200.39
HSL234.86º51.22%40.2%-
HSV(B)234.86º67.74%60.78%-
XYZ8.86.1731.74-
YUV67.25177.52115.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 59 (23.44% from 255) = 22.35%
BLUE value IS 155 (60.94% from 255) = 58.71%
R=18.94%
G=22.35%
B=58.71%

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
Decimal50591550.680.6200.39234.8651.2240.2
Hex323B9B443E027eb3328
Octal6273233104760473536350
Binary110010111011100110111000100111110010011111101011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,59,155); }

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

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

 a { background-color: rgb(50,59,155); }

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

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

 span { border-color: rgb(50,59,155); }

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