#324F9E

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

Shades of Tory Blue #324F9E

Tints of Tory Blue #324F9E

Color information

#324F9E (or 0x324F9E) is unknown color: approx Tory Blue. HEX triplet: 32, 4F and 9E. RGB value is (50,79,158). Sum of RGB (Red+Green+Blue) = 50+79+158=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #324F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324F9E is #CDB061. Grayscale: #4E4E4E. Windows color (decimal): -13480034 or 10374962. OLE color: 10374962.

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

Color convert

RGB5079158-
CMYK0.680.5000.38
HSL223.89º51.92%40.78%-
HSV(B)223.89º68.35%61.96%-
XYZ10.288.7433.49-
YUV79.33172.39107.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.42%
GREEN value IS 79 (31.25% from 255) = 27.53%
BLUE value IS 158 (62.11% from 255) = 55.05%
R=17.42%
G=27.53%
B=55.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50791580.680.5000.38223.8951.9240.78
Hex324F9E4432026e03429
Octal62117236104620463406451
Binary1100101001111100111101000100110010010011011100000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,79,158); }

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

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

 a { background-color: rgb(50,79,158); }

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

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

 span { border-color: rgb(50,79,158); }

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