#2E418B

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

Shades of Tory Blue #2E418B

Tints of Tory Blue #2E418B

Color information

#2E418B (or 0x2E418B) is unknown color: approx Tory Blue. HEX triplet: 2E, 41 and 8B. RGB value is (46,65,139). Sum of RGB (Red+Green+Blue) = 46+65+139=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E418B is #D1BE74. Grayscale: #434343. Windows color (decimal): -13745781 or 9126190. OLE color: 9126190.

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

Color convert

RGB4665139-
CMYK0.670.5300.45
HSL227.74º50.27%36.27%-
HSV(B)227.74º66.91%54.51%-
XYZ7.686.2325.22-
YUV67.76168.21112.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.4%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 139 (54.69% from 255) = 55.6%
R=18.4%
G=26%
B=55.6%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46651390.670.5300.45227.7450.2736.27
Hex2E418B433502De43224
Octal56101213103650553446244
Binary1011101000001100010111000011110101010110111100100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,65,139); }

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

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

 a { background-color: rgb(46,65,139); }

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

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

 span { border-color: rgb(46,65,139); }

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