#3A509B

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

Shades of Tory Blue #3A509B

Tints of Tory Blue #3A509B

Color information

#3A509B (or 0x3A509B) is unknown color: approx Tory Blue. HEX triplet: 3A, 50 and 9B. RGB value is (58,80,155). Sum of RGB (Red+Green+Blue) = 58+80+155=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A509B is #C5AF64. Grayscale: #515151. Windows color (decimal): -12955493 or 10178618. OLE color: 10178618.

HSL color Cylindrical-coordinate representation of color #3A509B: hue angle of 226.39º 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 #3A509B is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5880155-
CMYK0.630.4800.39
HSL226.39º45.54%41.76%-
HSV(B)226.39º62.58%60.78%-
XYZ10.53932.19-
YUV81.97169.21110.9-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.80%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=19.80%
G=27.30%
B=52.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58801550.630.4800.39226.3945.5441.76
Hex3A509B3F30027e22e2a
Octal7212023377600473425652
Binary111010101000010011011111111110000010011111100010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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