#3E4989

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

Shades of Tory Blue #3E4989

Tints of Tory Blue #3E4989

Color information

#3E4989 (or 0x3E4989) is unknown color: approx Tory Blue. HEX triplet: 3E, 49 and 89. RGB value is (62,73,137). Sum of RGB (Red+Green+Blue) = 62+73+137=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E4989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4989 is #C1B676. Grayscale: #4C4C4C. Windows color (decimal): -12695159 or 8997182. OLE color: 8997182.

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

Color convert

RGB6273137-
CMYK0.550.4700.46
HSL231.2º37.69%39.02%-
HSV(B)231.2º54.74%53.73%-
XYZ8.887.624.66-
YUV77.01161.86117.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.79%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 137 (53.91% from 255) = 50.37%
R=22.79%
G=26.84%
B=50.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal62731370.550.4700.46231.237.6939.02
Hex3E4989372F02Ee72627
Octal7611121167570563474647
Binary111110100100110001001110111101111010111011100111100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,73,137); }

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

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

 a { background-color: rgb(62,73,137); }

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

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

 span { border-color: rgb(62,73,137); }

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