#3E4D85

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

Shades of Tory Blue #3E4D85

Tints of Tory Blue #3E4D85

Color information

#3E4D85 (or 0x3E4D85) is unknown color: approx Tory Blue. HEX triplet: 3E, 4D and 85. RGB value is (62,77,133). Sum of RGB (Red+Green+Blue) = 62+77+133=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E4D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E4D85 is #C1B27A. Grayscale: #4E4E4E. Windows color (decimal): -12694139 or 8736062. OLE color: 8736062.

HSL color Cylindrical-coordinate representation of color #3E4D85: hue angle of 227.32º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E4D85 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6277133-
CMYK0.530.4200.48
HSL227.32º36.41%38.24%-
HSV(B)227.32º53.38%52.16%-
XYZ8.878.0323.27-
YUV78.9158.53115.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.79%
GREEN value IS 77 (30.47% from 255) = 28.31%
BLUE value IS 133 (52.34% from 255) = 48.90%
R=22.79%
G=28.31%
B=48.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62771330.530.4200.48227.3236.4138.24
Hex3E4D85352A030e32426
Octal7611520565520603434446
Binary111110100110110000101110101101010011000011100011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,77,133); }

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

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

 a { background-color: rgb(62,77,133); }

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

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

 span { border-color: rgb(62,77,133); }

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