#3A578D

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

Shades of Tory Blue #3A578D

Tints of Tory Blue #3A578D

Color information

#3A578D (or 0x3A578D) is unknown color: approx Tory Blue. HEX triplet: 3A, 57 and 8D. RGB value is (58,87,141). Sum of RGB (Red+Green+Blue) = 58+87+141=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A578D is #C5A872. Grayscale: #545454. Windows color (decimal): -12953715 or 9262906. OLE color: 9262906.

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

Color convert

RGB5887141-
CMYK0.590.3800.45
HSL219.04º41.71%39.02%-
HSV(B)219.04º58.87%55.29%-
XYZ9.969.6426.53-
YUV84.48159.89109.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 141 (55.47% from 255) = 49.30%
R=20.28%
G=30.42%
B=49.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58871410.590.3800.45219.0441.7139.02
Hex3A578D3B2602Ddb2a27
Octal7212721573460553335247
Binary111010101011110001101111011100110010110111011011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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