#3A528B

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

Shades of Tory Blue #3A528B

Tints of Tory Blue #3A528B

Color information

#3A528B (or 0x3A528B) is unknown color: approx Tory Blue. HEX triplet: 3A, 52 and 8B. RGB value is (58,82,139). Sum of RGB (Red+Green+Blue) = 58+82+139=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A528B is #C5AD74. Grayscale: #515151. Windows color (decimal): -12954997 or 9130554. OLE color: 9130554.

HSL color Cylindrical-coordinate representation of color #3A528B: hue angle of 222.22º 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 #3A528B is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5882139-
CMYK0.580.4100.45
HSL222.22º41.12%38.63%-
HSV(B)222.22º58.27%54.51%-
XYZ9.428.825.63-
YUV81.32160.55111.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.79%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=20.79%
G=29.39%
B=49.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58821390.580.4100.45222.2241.1238.63
Hex3A528B3A2902Dde2927
Octal7212221372510553365147
Binary111010101001010001011111010101001010110111011110101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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