#2E4584

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

Shades of Tory Blue #2E4584

Tints of Tory Blue #2E4584

Color information

#2E4584 (or 0x2E4584) is unknown color: approx Tory Blue. HEX triplet: 2E, 45 and 84. RGB value is (46,69,132). Sum of RGB (Red+Green+Blue) = 46+69+132=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E4584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4584 is #D1BA7B. Grayscale: #454545. Windows color (decimal): -13744764 or 8668462. OLE color: 8668462.

HSL color Cylindrical-coordinate representation of color #2E4584: hue angle of 223.95º degrees, saturation: 0.48, 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 #2E4584 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4669132-
CMYK0.650.4800.48
HSL223.95º48.31%34.9%-
HSV(B)223.95º65.15%51.76%-
XYZ7.426.522.69-
YUV69.3163.38111.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.62%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 132 (51.95% from 255) = 53.44%
R=18.62%
G=27.94%
B=53.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46691320.650.4800.48223.9548.3134.9
Hex2E45844130030e03023
Octal56105204101600603406043
Binary1011101000101100001001000001110000011000011100000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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