#3A459B

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

Shades of Tory Blue #3A459B

Tints of Tory Blue #3A459B

Color information

#3A459B (or 0x3A459B) is unknown color: approx Tory Blue. HEX triplet: 3A, 45 and 9B. RGB value is (58,69,155). Sum of RGB (Red+Green+Blue) = 58+69+155=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A459B is #C5BA64. Grayscale: #4B4B4B. Windows color (decimal): -12958309 or 10175802. OLE color: 10175802.

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

Color convert

RGB5869155-
CMYK0.630.5500.39
HSL233.2º45.54%41.76%-
HSV(B)233.2º62.58%60.78%-
XYZ9.797.5231.95-
YUV75.52172.86115.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.57%
GREEN value IS 69 (27.34% from 255) = 24.47%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=20.57%
G=24.47%
B=54.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58691550.630.5500.39233.245.5441.76
Hex3A459B3F37027e92e2a
Octal7210523377670473515652
Binary111010100010110011011111111110111010011111101001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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