#3640A2

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

Shades of Tory Blue #3640A2

Tints of Tory Blue #3640A2

Color information

#3640A2 (or 0x3640A2) is unknown color: approx Tory Blue. HEX triplet: 36, 40 and A2. RGB value is (54,64,162). Sum of RGB (Red+Green+Blue) = 54+64+162=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 64 (25.39% from 255 or 22.86% 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 #3640A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3640A2 is #C9BF5D. Grayscale: #474747. Windows color (decimal): -13221726 or 10633270. OLE color: 10633270.

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

Color convert

RGB5464162-
CMYK0.670.6000.36
HSL234.44º50%42.35%-
HSV(B)234.44º66.67%63.53%-
XYZ9.887.0635.02-
YUV72.18178.69115.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.29%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 162 (63.67% from 255) = 57.86%
R=19.29%
G=22.86%
B=57.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal54641620.670.6000.36234.445042.35
Hex3640A2433C024ea322a
Octal66100242103740443526252
Binary1101101000000101000101000011111100010010011101010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3640A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,64,162); }

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

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

 a { background-color: rgb(54,64,162); }

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

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

 span { border-color: rgb(54,64,162); }

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