#2E4287

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

Shades of Tory Blue #2E4287

Tints of Tory Blue #2E4287

Color information

#2E4287 (or 0x2E4287) is unknown color: approx Tory Blue. HEX triplet: 2E, 42 and 87. RGB value is (46,66,135). Sum of RGB (Red+Green+Blue) = 46+66+135=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E4287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4287 is #D1BD78. Grayscale: #434343. Windows color (decimal): -13745529 or 8864302. OLE color: 8864302.

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

Color convert

RGB4666135-
CMYK0.660.5100.47
HSL226.52º49.17%35.49%-
HSV(B)226.52º65.93%52.94%-
XYZ7.456.2323.73-
YUV67.89165.87112.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.62%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 135 (53.12% from 255) = 54.66%
R=18.62%
G=26.72%
B=54.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46661350.660.5100.47226.5249.1735.49
Hex2E4287423302Fe33123
Octal56102207102630573436143
Binary1011101000010100001111000010110011010111111100011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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