#2E3C91

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

Shades of Tory Blue #2E3C91

Tints of Tory Blue #2E3C91

Color information

#2E3C91 (or 0x2E3C91) is unknown color: approx Tory Blue. HEX triplet: 2E, 3C and 91. RGB value is (46,60,145). Sum of RGB (Red+Green+Blue) = 46+60+145=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E3C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3C91 is #D1C36E. Grayscale: #414141. Windows color (decimal): -13747055 or 9518126. OLE color: 9518126.

HSL color Cylindrical-coordinate representation of color #2E3C91: hue angle of 231.52º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E3C91 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4660145-
CMYK0.680.5900.43
HSL231.52º51.83%37.45%-
HSV(B)231.52º68.28%56.86%-
XYZ7.855.8627.5-
YUV65.5172.86114.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.33%
GREEN value IS 60 (23.83% from 255) = 23.90%
BLUE value IS 145 (57.03% from 255) = 57.77%
R=18.33%
G=23.90%
B=57.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal46601450.680.5900.43231.5251.8337.45
Hex2E3C91443B02Be83425
Octal5674221104730533506445
Binary101110111100100100011000100111011010101111101000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,60,145); }

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

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

 a { background-color: rgb(46,60,145); }

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

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

 span { border-color: rgb(46,60,145); }

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