#323F9B

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

Shades of Tory Blue #323F9B

Tints of Tory Blue #323F9B

Color information

#323F9B (or 0x323F9B) is unknown color: approx Tory Blue. HEX triplet: 32, 3F and 9B. RGB value is (50,63,155). Sum of RGB (Red+Green+Blue) = 50+63+155=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #323F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F9B is #CDC064. Grayscale: #454545. Windows color (decimal): -13484133 or 10174258. OLE color: 10174258.

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

Color convert

RGB5063155-
CMYK0.680.5900.39
HSL232.57º51.22%40.2%-
HSV(B)232.57º67.74%60.78%-
XYZ9.016.631.81-
YUV69.6176.19114.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 63 (25% from 255) = 23.51%
BLUE value IS 155 (60.94% from 255) = 57.84%
R=18.66%
G=23.51%
B=57.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50631550.680.5900.39232.5751.2240.2
Hex323F9B443B027e93328
Octal6277233104730473516350
Binary110010111111100110111000100111011010011111101001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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