#323BA0

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

Shades of Tory Blue #323BA0

Tints of Tory Blue #323BA0

Color information

#323BA0 (or 0x323BA0) is unknown color: approx Tory Blue. HEX triplet: 32, 3B and A0. RGB value is (50,59,160). Sum of RGB (Red+Green+Blue) = 50+59+160=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #323BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323BA0 is #CDC45F. Grayscale: #434343. Windows color (decimal): -13485152 or 10500914. OLE color: 10500914.

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

Color convert

RGB5059160-
CMYK0.690.6300.37
HSL235.09º52.38%41.18%-
HSV(B)235.09º68.75%62.75%-
XYZ9.226.3434-
YUV67.82180.02115.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 59 (23.44% from 255) = 21.93%
BLUE value IS 160 (62.89% from 255) = 59.48%
R=18.59%
G=21.93%
B=59.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal50591600.690.6300.37235.0952.3841.18
Hex323BA0453F025eb3429
Octal6273240105770453536451
Binary110010111011101000001000101111111010010111101011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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