#3244A2

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

Shades of Tory Blue #3244A2

Tints of Tory Blue #3244A2

Color information

#3244A2 (or 0x3244A2) is unknown color: approx Tory Blue. HEX triplet: 32, 44 and A2. RGB value is (50,68,162). Sum of RGB (Red+Green+Blue) = 50+68+162=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 162 (63.67% from 255 or 57.86% from 280); Max value from RGB is 162 - color contains mainly: blue. Hex color #3244A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3244A2 is #CDBB5D. Grayscale: #484848. Windows color (decimal): -13482846 or 10634290. OLE color: 10634290.

HSL color Cylindrical-coordinate representation of color #3244A2: hue angle of 230.36º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3244A2 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5068162-
CMYK0.690.5800.36
HSL230.36º52.83%41.57%-
HSV(B)230.36º69.14%63.53%-
XYZ9.97.4235.09-
YUV73.33178.04111.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.86%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 162 (63.67% from 255) = 57.86%
R=17.86%
G=24.29%
B=57.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50681620.690.5800.36230.3652.8341.57
Hex3244A2453A024e6352a
Octal62104242105720443466552
Binary1100101000100101000101000101111010010010011100110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3244A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3244A2; }

 p { color: rgb(50,68,162); }

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

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

 a { background-color: rgb(50,68,162); }

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

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

 span { border-color: rgb(50,68,162); }

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