#2E4793

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

Shades of Tory Blue #2E4793

Tints of Tory Blue #2E4793

Color information

#2E4793 (or 0x2E4793) is unknown color: approx Tory Blue. HEX triplet: 2E, 47 and 93. RGB value is (46,71,147). Sum of RGB (Red+Green+Blue) = 46+71+147=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E4793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4793 is #D1B86C. Grayscale: #474747. Windows color (decimal): -13744237 or 9652014. OLE color: 9652014.

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

Color convert

RGB4671147-
CMYK0.690.5200.42
HSL225.15º52.33%37.84%-
HSV(B)225.15º68.71%57.65%-
XYZ8.657.1928.54-
YUV72.19170.22109.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.42%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 147 (57.81% from 255) = 55.68%
R=17.42%
G=26.89%
B=55.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46711470.690.5200.42225.1552.3337.84
Hex2E4793453402Ae13426
Octal56107223105640523416446
Binary1011101000111100100111000101110100010101011100001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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