#2E488F

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

Shades of Tory Blue #2E488F

Tints of Tory Blue #2E488F

Color information

#2E488F (or 0x2E488F) is unknown color: approx Tory Blue. HEX triplet: 2E, 48 and 8F. RGB value is (46,72,143). Sum of RGB (Red+Green+Blue) = 46+72+143=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #2E488F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E488F is #D1B770. Grayscale: #484848. Windows color (decimal): -13743985 or 9390126. OLE color: 9390126.

HSL color Cylindrical-coordinate representation of color #2E488F: hue angle of 223.92º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E488F is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4672143-
CMYK0.680.5000.44
HSL223.92º51.32%37.06%-
HSV(B)223.92º67.83%56.08%-
XYZ8.47.226.93-
YUV72.32167.89109.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.62%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 143 (56.25% from 255) = 54.79%
R=17.62%
G=27.59%
B=54.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46721430.680.5000.44223.9251.3237.06
Hex2E488F443202Ce03325
Octal56110217104620543406345
Binary1011101001000100011111000100110010010110011100000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,72,143); }

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

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

 a { background-color: rgb(46,72,143); }

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

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

 span { border-color: rgb(46,72,143); }

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