#3247A3

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

Shades of Tory Blue #3247A3

Tints of Tory Blue #3247A3

Color information

#3247A3 (or 0x3247A3) is unknown color: approx Tory Blue. HEX triplet: 32, 47 and A3. RGB value is (50,71,163). Sum of RGB (Red+Green+Blue) = 50+71+163=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 163 (64.06% from 255 or 57.39% from 284); Max value from RGB is 163 - color contains mainly: blue. Hex color #3247A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3247A3 is #CDB85C. Grayscale: #4A4A4A. Windows color (decimal): -13482077 or 10700594. OLE color: 10700594.

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

Color convert

RGB5071163-
CMYK0.690.5600.36
HSL228.85º53.05%41.76%-
HSV(B)228.85º69.33%63.92%-
XYZ10.187.8335.62-
YUV75.21177.54110.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 163 (64.06% from 255) = 57.39%
R=17.61%
G=25%
B=57.39%

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
Decimal50711630.690.5600.36228.8553.0541.76
Hex3247A34538024e5352a
Octal62107243105700443456552
Binary1100101000111101000111000101111000010010011100101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3247A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3247A3; }

 p { color: rgb(50,71,163); }

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

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

 a { background-color: rgb(50,71,163); }

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

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

 span { border-color: rgb(50,71,163); }

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