#2E448D

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

Shades of Tory Blue #2E448D

Tints of Tory Blue #2E448D

Color information

#2E448D (or 0x2E448D) is unknown color: approx Tory Blue. HEX triplet: 2E, 44 and 8D. RGB value is (46,68,141). Sum of RGB (Red+Green+Blue) = 46+68+141=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E448D is #D1BB72. Grayscale: #454545. Windows color (decimal): -13745011 or 9258030. OLE color: 9258030.

HSL color Cylindrical-coordinate representation of color #2E448D: hue angle of 226.11º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E448D is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4668141-
CMYK0.670.5200.45
HSL226.11º50.8%36.67%-
HSV(B)226.11º67.38%55.29%-
XYZ86.6426.06-
YUV69.74168.21111.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.04%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 141 (55.47% from 255) = 55.29%
R=18.04%
G=26.67%
B=55.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46681410.670.5200.45226.1150.836.67
Hex2E448D433402De23325
Octal56104215103640553426345
Binary1011101000100100011011000011110100010110111100010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,68,141); }

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

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

 a { background-color: rgb(46,68,141); }

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

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

 span { border-color: rgb(46,68,141); }

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