#323C9F

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

Shades of Tory Blue #323C9F

Tints of Tory Blue #323C9F

Color information

#323C9F (or 0x323C9F) is unknown color: approx Tory Blue. HEX triplet: 32, 3C and 9F. RGB value is (50,60,159). Sum of RGB (Red+Green+Blue) = 50+60+159=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #323C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C9F is #CDC360. Grayscale: #434343. Windows color (decimal): -13484897 or 10435634. OLE color: 10435634.

HSL color Cylindrical-coordinate representation of color #323C9F: hue angle of 234.5º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #323C9F is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5060159-
CMYK0.690.6200.38
HSL234.5º52.15%40.98%-
HSV(B)234.5º68.55%62.35%-
XYZ9.196.4133.55-
YUV68.3179.19114.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 60 (23.83% from 255) = 22.30%
BLUE value IS 159 (62.5% from 255) = 59.11%
R=18.59%
G=22.30%
B=59.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50601590.690.6200.38234.552.1540.98
Hex323C9F453E026ea3429
Octal6274237105760463526451
Binary110010111100100111111000101111110010011011101010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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