#2E3B93

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

Shades of Tory Blue #2E3B93

Tints of Tory Blue #2E3B93

Color information

#2E3B93 (or 0x2E3B93) is unknown color: approx Tory Blue. HEX triplet: 2E, 3B and 93. RGB value is (46,59,147). Sum of RGB (Red+Green+Blue) = 46+59+147=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E3B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3B93 is #D1C46C. Grayscale: #404040. Windows color (decimal): -13747309 or 9648942. OLE color: 9648942.

HSL color Cylindrical-coordinate representation of color #2E3B93: hue angle of 232.28º 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 #2E3B93 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4659147-
CMYK0.690.6000.42
HSL232.28º52.33%37.84%-
HSV(B)232.28º68.71%57.65%-
XYZ7.965.8228.31-
YUV65.14174.19114.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.25%
GREEN value IS 59 (23.44% from 255) = 23.41%
BLUE value IS 147 (57.81% from 255) = 58.33%
R=18.25%
G=23.41%
B=58.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46591470.690.6000.42232.2852.3337.84
Hex2E3B93453C02Ae83426
Octal5673223105740523506446
Binary101110111011100100111000101111100010101011101000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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