#2E3D8B

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

Shades of Tory Blue #2E3D8B

Tints of Tory Blue #2E3D8B

Color information

#2E3D8B (or 0x2E3D8B) is unknown color: approx Tory Blue. HEX triplet: 2E, 3D and 8B. RGB value is (46,61,139). Sum of RGB (Red+Green+Blue) = 46+61+139=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E3D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3D8B is #D1C274. Grayscale: #414141. Windows color (decimal): -13746805 or 9125166. OLE color: 9125166.

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

Color convert

RGB4661139-
CMYK0.670.5600.45
HSL230.32º50.27%36.27%-
HSV(B)230.32º66.91%54.51%-
XYZ7.465.7825.15-
YUV65.41169.53114.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.70%
GREEN value IS 61 (24.22% from 255) = 24.80%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=18.70%
G=24.80%
B=56.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46611390.670.5600.45230.3250.2736.27
Hex2E3D8B433802De63224
Octal5675213103700553466244
Binary101110111101100010111000011111000010110111100110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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