#2E3F88

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

Shades of Tory Blue #2E3F88

Tints of Tory Blue #2E3F88

Color information

#2E3F88 (or 0x2E3F88) is unknown color: approx Tory Blue. HEX triplet: 2E, 3F and 88. RGB value is (46,63,136). Sum of RGB (Red+Green+Blue) = 46+63+136=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E3F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3F88 is #D1C077. Grayscale: #414141. Windows color (decimal): -13746296 or 8929070. OLE color: 8929070.

HSL color Cylindrical-coordinate representation of color #2E3F88: hue angle of 228.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E3F88 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4663136-
CMYK0.660.5400.47
HSL228.67º49.45%35.69%-
HSV(B)228.67º66.18%53.33%-
XYZ7.355.9124.05-
YUV66.24167.37113.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.78%
GREEN value IS 63 (25% from 255) = 25.71%
BLUE value IS 136 (53.52% from 255) = 55.51%
R=18.78%
G=25.71%
B=55.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46631360.660.5400.47228.6749.4535.69
Hex2E3F88423602Fe53124
Octal5677210102660573456144
Binary101110111111100010001000010110110010111111100101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,63,136); }

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

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

 a { background-color: rgb(46,63,136); }

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

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

 span { border-color: rgb(46,63,136); }

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