#2E449A

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

Shades of Tory Blue #2E449A

Tints of Tory Blue #2E449A

Color information

#2E449A (or 0x2E449A) is unknown color: approx Tory Blue. HEX triplet: 2E, 44 and 9A. RGB value is (46,68,154). Sum of RGB (Red+Green+Blue) = 46+68+154=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E449A is #D1BB65. Grayscale: #464646. Windows color (decimal): -13744998 or 10109998. OLE color: 10109998.

HSL color Cylindrical-coordinate representation of color #2E449A: hue angle of 227.78º 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 #2E449A is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4668154-
CMYK0.700.5600.40
HSL227.78º54%39.22%-
HSV(B)227.78º70.13%60.39%-
XYZ9.037.0531.46-
YUV71.23174.71110.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.16%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 154 (60.55% from 255) = 57.46%
R=17.16%
G=25.37%
B=57.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal46681540.700.5600.40227.785439.22
Hex2E449A4638028e43627
Octal56104232106700503446647
Binary1011101000100100110101000110111000010100011100100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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