#3B528E

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

Shades of Tory Blue #3B528E

Tints of Tory Blue #3B528E

Color information

#3B528E (or 0x3B528E) is unknown color: approx Tory Blue. HEX triplet: 3B, 52 and 8E. RGB value is (59,82,142). Sum of RGB (Red+Green+Blue) = 59+82+142=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B528E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B528E is #C4AD71. Grayscale: #515151. Windows color (decimal): -12889458 or 9327163. OLE color: 9327163.

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

Color convert

RGB5982142-
CMYK0.580.4200.44
HSL223.37º41.29%39.41%-
HSV(B)223.37º58.45%55.69%-
XYZ9.78.9226.8-
YUV81.96161.88111.62-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.85%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=20.85%
G=28.98%
B=50.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59821420.580.4200.44223.3741.2939.41
Hex3B528E3A2A02Cdf2927
Octal7312221672520543375147
Binary111011101001010001110111010101010010110011011111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,82,142); }

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

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

 a { background-color: rgb(59,82,142); }

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

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

 span { border-color: rgb(59,82,142); }

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