#324188

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

Shades of Tory Blue #324188

Tints of Tory Blue #324188

Color information

#324188 (or 0x324188) is unknown color: approx Tory Blue. HEX triplet: 32, 41 and 88. RGB value is (50,65,136). Sum of RGB (Red+Green+Blue) = 50+65+136=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #324188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324188 is #CDBE77. Grayscale: #444444. Windows color (decimal): -13483640 or 8929586. OLE color: 8929586.

HSL color Cylindrical-coordinate representation of color #324188: hue angle of 229.53º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #324188 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5065136-
CMYK0.630.5200.47
HSL229.53º46.24%36.47%-
HSV(B)229.53º63.24%53.33%-
XYZ7.656.2424.09-
YUV68.61166.03114.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 136 (53.52% from 255) = 54.18%
R=19.92%
G=25.90%
B=54.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50651360.630.5200.47229.5346.2436.47
Hex3241883F3402Fe62e24
Octal6210121077640573465644
Binary110010100000110001000111111110100010111111100110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324188; }

 p { color: rgb(50,65,136); }

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

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

 a { background-color: rgb(50,65,136); }

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

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

 span { border-color: rgb(50,65,136); }

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