#3E528F

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

Shades of Tory Blue #3E528F

Tints of Tory Blue #3E528F

Color information

#3E528F (or 0x3E528F) is unknown color: approx Tory Blue. HEX triplet: 3E, 52 and 8F. RGB value is (62,82,143). Sum of RGB (Red+Green+Blue) = 62+82+143=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #3E528F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E528F is #C1AD70. Grayscale: #525252. Windows color (decimal): -12692849 or 9392702. OLE color: 9392702.

HSL color Cylindrical-coordinate representation of color #3E528F: hue angle of 225.19º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E528F is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6282143-
CMYK0.570.4300.44
HSL225.19º39.51%40.2%-
HSV(B)225.19º56.64%56.08%-
XYZ9.969.0427.21-
YUV82.97161.87113.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.60%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 143 (56.25% from 255) = 49.83%
R=21.60%
G=28.57%
B=49.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal62821430.570.4300.44225.1939.5140.2
Hex3E528F392B02Ce12828
Octal7612221771530543415050
Binary111110101001010001111111001101011010110011100001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,82,143); }

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

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

 a { background-color: rgb(62,82,143); }

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

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

 span { border-color: rgb(62,82,143); }

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