#2E4685

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

Shades of Tory Blue #2E4685

Tints of Tory Blue #2E4685

Color information

#2E4685 (or 0x2E4685) is unknown color: approx Tory Blue. HEX triplet: 2E, 46 and 85. RGB value is (46,70,133). Sum of RGB (Red+Green+Blue) = 46+70+133=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E4685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4685 is #D1B97A. Grayscale: #454545. Windows color (decimal): -13744507 or 8734254. OLE color: 8734254.

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

Color convert

RGB4670133-
CMYK0.650.4700.48
HSL223.45º48.6%35.1%-
HSV(B)223.45º65.41%52.16%-
XYZ7.556.6523.08-
YUV70.01163.55110.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.47%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=18.47%
G=28.11%
B=53.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46701330.650.4700.48223.4548.635.1
Hex2E4685412F030df3123
Octal56106205101570603376143
Binary1011101000110100001011000001101111011000011011111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,70,133); }

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

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

 a { background-color: rgb(46,70,133); }

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

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

 span { border-color: rgb(46,70,133); }

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