#324B95

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

Shades of Tory Blue #324B95

Tints of Tory Blue #324B95

Color information

#324B95 (or 0x324B95) is unknown color: approx Tory Blue. HEX triplet: 32, 4B and 95. RGB value is (50,75,149). Sum of RGB (Red+Green+Blue) = 50+75+149=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #324B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324B95 is #CDB46A. Grayscale: #4B4B4B. Windows color (decimal): -13481067 or 9784114. OLE color: 9784114.

HSL color Cylindrical-coordinate representation of color #324B95: hue angle of 224.85º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324B95 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5075149-
CMYK0.660.5000.42
HSL224.85º49.75%39.02%-
HSV(B)224.85º66.44%58.43%-
XYZ9.267.8829.47-
YUV75.96169.22109.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 75 (29.69% from 255) = 27.37%
BLUE value IS 149 (58.59% from 255) = 54.38%
R=18.25%
G=27.37%
B=54.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50751490.660.5000.42224.8549.7539.02
Hex324B95423202Ae13227
Octal62113225102620523416247
Binary1100101001011100101011000010110010010101011100001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324B95; }

 p { color: rgb(50,75,149); }

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

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

 a { background-color: rgb(50,75,149); }

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

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

 span { border-color: rgb(50,75,149); }

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