#3A459D

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

Shades of Tory Blue #3A459D

Tints of Tory Blue #3A459D

Color information

#3A459D (or 0x3A459D) is unknown color: approx Tory Blue. HEX triplet: 3A, 45 and 9D. RGB value is (58,69,157). Sum of RGB (Red+Green+Blue) = 58+69+157=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A459D is #C5BA62. Grayscale: #4B4B4B. Windows color (decimal): -12958307 or 10306874. OLE color: 10306874.

HSL color Cylindrical-coordinate representation of color #3A459D: hue angle of 233.33º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A459D is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5869157-
CMYK0.630.5600.38
HSL233.33º46.05%42.16%-
HSV(B)233.33º63.06%61.57%-
XYZ9.967.5932.84-
YUV75.74173.86115.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 157 (61.72% from 255) = 55.28%
R=20.42%
G=24.30%
B=55.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58691570.630.5600.38233.3346.0542.16
Hex3A459D3F38026e92e2a
Octal7210523577700463515652
Binary111010100010110011101111111111000010011011101001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A459D; }

 p { color: rgb(58,69,157); }

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

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

 a { background-color: rgb(58,69,157); }

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

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

 span { border-color: rgb(58,69,157); }

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