#2E4587

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

Shades of Tory Blue #2E4587

Tints of Tory Blue #2E4587

Color information

#2E4587 (or 0x2E4587) is unknown color: approx Tory Blue. HEX triplet: 2E, 45 and 87. RGB value is (46,69,135). Sum of RGB (Red+Green+Blue) = 46+69+135=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E4587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4587 is #D1BA78. Grayscale: #454545. Windows color (decimal): -13744761 or 8865070. OLE color: 8865070.

HSL color Cylindrical-coordinate representation of color #2E4587: hue angle of 224.49º 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 #2E4587 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4669135-
CMYK0.660.4900.47
HSL224.49º49.17%35.49%-
HSV(B)224.49º65.93%52.94%-
XYZ7.636.5923.79-
YUV69.65164.88111.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.4%
GREEN value IS 69 (27.34% from 255) = 27.6%
BLUE value IS 135 (53.12% from 255) = 54%
R=18.4%
G=27.6%
B=54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46691350.660.4900.47224.4949.1735.49
Hex2E4587423102Fe03123
Octal56105207102610573406143
Binary1011101000101100001111000010110001010111111100000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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