#3E4991

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

Shades of Tory Blue #3E4991

Tints of Tory Blue #3E4991

Color information

#3E4991 (or 0x3E4991) is unknown color: approx Tory Blue. HEX triplet: 3E, 49 and 91. RGB value is (62,73,145). Sum of RGB (Red+Green+Blue) = 62+73+145=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #3E4991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4991 is #C1B66E. Grayscale: #4D4D4D. Windows color (decimal): -12695151 or 9521470. OLE color: 9521470.

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

Color convert

RGB6273145-
CMYK0.570.5000.43
HSL232.05º40.1%40.59%-
HSV(B)232.05º57.24%56.86%-
XYZ9.487.8327.8-
YUV77.92165.86116.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.14%
GREEN value IS 73 (28.91% from 255) = 26.07%
BLUE value IS 145 (57.03% from 255) = 51.79%
R=22.14%
G=26.07%
B=51.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal62731450.570.5000.43232.0540.140.59
Hex3E4991393202Be82829
Octal7611122171620533505051
Binary111110100100110010001111001110010010101111101000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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