#3248A2

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

Shades of Tory Blue #3248A2

Tints of Tory Blue #3248A2

Color information

#3248A2 (or 0x3248A2) is unknown color: approx Tory Blue. HEX triplet: 32, 48 and A2. RGB value is (50,72,162). Sum of RGB (Red+Green+Blue) = 50+72+162=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 162 (63.67% from 255 or 57.04% from 284); Max value from RGB is 162 - color contains mainly: blue. Hex color #3248A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3248A2 is #CDB75D. Grayscale: #4B4B4B. Windows color (decimal): -13481822 or 10635314. OLE color: 10635314.

HSL color Cylindrical-coordinate representation of color #3248A2: hue angle of 228.21º 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 #3248A2 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5072162-
CMYK0.690.5600.36
HSL228.21º52.83%41.57%-
HSV(B)228.21º69.14%63.53%-
XYZ10.157.9235.18-
YUV75.68176.71109.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 72 (28.52% from 255) = 25.35%
BLUE value IS 162 (63.67% from 255) = 57.04%
R=17.61%
G=25.35%
B=57.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50721620.690.5600.36228.2152.8341.57
Hex3248A24538024e4352a
Octal62110242105700443446552
Binary1100101001000101000101000101111000010010011100100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3248A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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