#2E4887

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

Shades of Tory Blue #2E4887

Tints of Tory Blue #2E4887

Color information

#2E4887 (or 0x2E4887) is unknown color: approx Tory Blue. HEX triplet: 2E, 48 and 87. RGB value is (46,72,135). Sum of RGB (Red+Green+Blue) = 46+72+135=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E4887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4887 is #D1B778. Grayscale: #474747. Windows color (decimal): -13743993 or 8865838. OLE color: 8865838.

HSL color Cylindrical-coordinate representation of color #2E4887: hue angle of 222.47º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E4887 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4672135-
CMYK0.660.4700.47
HSL222.47º49.17%35.49%-
HSV(B)222.47º65.93%52.94%-
XYZ7.826.9623.85-
YUV71.41163.89109.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.18%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 135 (53.12% from 255) = 53.36%
R=18.18%
G=28.46%
B=53.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46721350.660.4700.47222.4749.1735.49
Hex2E4887422F02Fde3123
Octal56110207102570573366143
Binary1011101001000100001111000010101111010111111011110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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