#2e3e93

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

Shades of Tory Blue #2E3E93

Tints of Tory Blue #2E3E93

Color information

#2E3E93 (or 0x2E3E93) is unknown color: approx Tory Blue. HEX triplet: 2E, 3E and 93. RGB value is (46,62,147). Sum of RGB (Red+Green+Blue) = 46+62+147=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E3E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3E93 is #D1C16C. Grayscale: #424242. Windows color (decimal): -13746541 or 9649710. OLE color: 9649710.

HSL color Cylindrical-coordinate representation of color #2E3E93: hue angle of 230.5º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E3E93 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4662147-
CMYK0.690.5800.42
HSL230.5º52.33%37.84%-
HSV(B)230.5º68.71%57.65%-
XYZ8.126.1328.36-
YUV66.91173.2113.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.04%
GREEN value IS 62 (24.61% from 255) = 24.31%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=18.04%
G=24.31%
B=57.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46621470.690.5800.42230.552.3337.84
Hex2E3E93453A02Ae63426
Octal5676223105720523466446
Binary101110111110100100111000101111010010101011100110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e3e93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2e3e93; }

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

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

<style>
 a { background-color: #2e3e93; }

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

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

<style>
 span { border-color: #2e3e93; }

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

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