#2E5099

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

Shades of Tory Blue #2E5099

Tints of Tory Blue #2E5099

Color information

#2E5099 (or 0x2E5099) is unknown color: approx Tory Blue. HEX triplet: 2E, 50 and 99. RGB value is (46,80,153). Sum of RGB (Red+Green+Blue) = 46+80+153=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E5099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5099 is #D1AF66. Grayscale: #4D4D4D. Windows color (decimal): -13741927 or 10047534. OLE color: 10047534.

HSL color Cylindrical-coordinate representation of color #2E5099: hue angle of 220.93º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E5099 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4680153-
CMYK0.700.4800.4
HSL220.93º53.77%39.02%-
HSV(B)220.93º69.93%60%-
XYZ9.758.6231.29-
YUV78.16170.24105.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.49%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 153 (60.16% from 255) = 54.84%
R=16.49%
G=28.67%
B=54.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal46801530.700.4800.4220.9353.7739.02
Hex2E50994630028dd3627
Octal56120231106600503356647
Binary1011101010000100110011000110110000010100011011101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,80,153); }

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

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

 a { background-color: rgb(46,80,153); }

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

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

 span { border-color: rgb(46,80,153); }

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