#3A578B

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

Shades of Tory Blue #3A578B

Tints of Tory Blue #3A578B

Color information

#3A578B (or 0x3A578B) is unknown color: approx Tory Blue. HEX triplet: 3A, 57 and 8B. RGB value is (58,87,139). Sum of RGB (Red+Green+Blue) = 58+87+139=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A578B is #C5A874. Grayscale: #545454. Windows color (decimal): -12953717 or 9131834. OLE color: 9131834.

HSL color Cylindrical-coordinate representation of color #3A578B: hue angle of 218.52º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A578B is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5887139-
CMYK0.580.3700.45
HSL218.52º41.12%38.63%-
HSV(B)218.52º58.27%54.51%-
XYZ9.819.5825.76-
YUV84.26158.89109.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 139 (54.69% from 255) = 48.94%
R=20.42%
G=30.63%
B=48.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58871390.580.3700.45218.5241.1238.63
Hex3A578B3A2502Ddb2927
Octal7212721372450553335147
Binary111010101011110001011111010100101010110111011011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,87,139); }

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

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

 a { background-color: rgb(58,87,139); }

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

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

 span { border-color: rgb(58,87,139); }

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