#324582

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

Shades of Tory Blue #324582

Tints of Tory Blue #324582

Color information

#324582 (or 0x324582) is unknown color: approx Tory Blue. HEX triplet: 32, 45 and 82. RGB value is (50,69,130). Sum of RGB (Red+Green+Blue) = 50+69+130=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #324582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324582 is #CDBA7D. Grayscale: #464646. Windows color (decimal): -13482622 or 8537394. OLE color: 8537394.

HSL color Cylindrical-coordinate representation of color #324582: hue angle of 225.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324582 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5069130-
CMYK0.620.4700.49
HSL225.75º44.44%35.29%-
HSV(B)225.75º61.54%50.98%-
XYZ7.476.5521.99-
YUV70.27161.71113.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 130 (51.17% from 255) = 52.21%
R=20.08%
G=27.71%
B=52.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50691300.620.4700.49225.7544.4435.29
Hex3245823E2F031e22c23
Octal6210520276570613425443
Binary110010100010110000010111110101111011000111100010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324582; }

 p { color: rgb(50,69,130); }

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

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

 a { background-color: rgb(50,69,130); }

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

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

 span { border-color: rgb(50,69,130); }

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