#2E4893

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

Shades of Tory Blue #2E4893

Tints of Tory Blue #2E4893

Color information

#2E4893 (or 0x2E4893) is unknown color: approx Tory Blue. HEX triplet: 2E, 48 and 93. RGB value is (46,72,147). Sum of RGB (Red+Green+Blue) = 46+72+147=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E4893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4893 is #D1B76C. Grayscale: #484848. Windows color (decimal): -13743981 or 9652270. OLE color: 9652270.

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

Color convert

RGB4672147-
CMYK0.690.5100.42
HSL224.55º52.33%37.84%-
HSV(B)224.55º68.71%57.65%-
XYZ8.717.3228.56-
YUV72.78169.89108.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.36%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 147 (57.81% from 255) = 55.47%
R=17.36%
G=27.17%
B=55.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46721470.690.5100.42224.5552.3337.84
Hex2E4893453302Ae13426
Octal56110223105630523416446
Binary1011101001000100100111000101110011010101011100001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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