#2E409B

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

Shades of Tory Blue #2E409B

Tints of Tory Blue #2E409B

Color information

#2E409B (or 0x2E409B) is unknown color: approx Tory Blue. HEX triplet: 2E, 40 and 9B. RGB value is (46,64,155). Sum of RGB (Red+Green+Blue) = 46+64+155=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E409B is #D1BF64. Grayscale: #444444. Windows color (decimal): -13746021 or 10174510. OLE color: 10174510.

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

Color convert

RGB4664155-
CMYK0.700.5900.39
HSL230.09º54.23%39.41%-
HSV(B)230.09º70.32%60.78%-
XYZ8.886.6131.82-
YUV68.99176.54111.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.36%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 155 (60.94% from 255) = 58.49%
R=17.36%
G=24.15%
B=58.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal46641550.700.5900.39230.0954.2339.41
Hex2E409B463B027e63627
Octal56100233106730473466647
Binary1011101000000100110111000110111011010011111100110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,64,155); }

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

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

 a { background-color: rgb(46,64,155); }

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

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

 span { border-color: rgb(46,64,155); }

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