#323E9B

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

Shades of Tory Blue #323E9B

Tints of Tory Blue #323E9B

Color information

#323E9B (or 0x323E9B) is unknown color: approx Tory Blue. HEX triplet: 32, 3E and 9B. RGB value is (50,62,155). Sum of RGB (Red+Green+Blue) = 50+62+155=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #323E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E9B is #CDC164. Grayscale: #444444. Windows color (decimal): -13484389 or 10174002. OLE color: 10174002.

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

Color convert

RGB5062155-
CMYK0.680.600.39
HSL233.14º51.22%40.2%-
HSV(B)233.14º67.74%60.78%-
XYZ8.956.4931.79-
YUV69.01176.52114.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 62 (24.61% from 255) = 23.22%
BLUE value IS 155 (60.94% from 255) = 58.05%
R=18.73%
G=23.22%
B=58.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50621550.680.600.39233.1451.2240.2
Hex323E9B443C027e93328
Octal6276233104740473516350
Binary110010111110100110111000100111100010011111101001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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