#324692

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

Shades of Tory Blue #324692

Tints of Tory Blue #324692

Color information

#324692 (or 0x324692) is unknown color: approx Tory Blue. HEX triplet: 32, 46 and 92. RGB value is (50,70,146). Sum of RGB (Red+Green+Blue) = 50+70+146=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #324692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324692 is #CDB96D. Grayscale: #484848. Windows color (decimal): -13482350 or 9586226. OLE color: 9586226.

HSL color Cylindrical-coordinate representation of color #324692: hue angle of 227.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324692 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5070146-
CMYK0.660.5200.43
HSL227.5º48.98%38.43%-
HSV(B)227.5º65.75%57.25%-
XYZ8.697.1328.11-
YUV72.68169.37111.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=18.80%
G=26.32%
B=54.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50701460.660.5200.43227.548.9838.43
Hex324692423402Be43126
Octal62106222102640533446146
Binary1100101000110100100101000010110100010101111100100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324692; }

 p { color: rgb(50,70,146); }

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

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

 a { background-color: rgb(50,70,146); }

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

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

 span { border-color: rgb(50,70,146); }

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