#3E4E93

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

Shades of Tory Blue #3E4E93

Tints of Tory Blue #3E4E93

Color information

#3E4E93 (or 0x3E4E93) is unknown color: approx Tory Blue. HEX triplet: 3E, 4E and 93. RGB value is (62,78,147). Sum of RGB (Red+Green+Blue) = 62+78+147=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E4E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E4E93 is #C1B16C. Grayscale: #505050. Windows color (decimal): -12693869 or 9653822. OLE color: 9653822.

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

Color convert

RGB6278147-
CMYK0.580.4700.42
HSL228.71º40.67%40.98%-
HSV(B)228.71º57.82%57.65%-
XYZ9.988.5828.73-
YUV81.08165.2114.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.60%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 147 (57.81% from 255) = 51.22%
R=21.60%
G=27.18%
B=51.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal62781470.580.4700.42228.7140.6740.98
Hex3E4E933A2F02Ae52929
Octal7611622372570523455151
Binary111110100111010010011111010101111010101011100101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,78,147); }

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

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

 a { background-color: rgb(62,78,147); }

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

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

 span { border-color: rgb(62,78,147); }

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