#2E3A94

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

Shades of Tory Blue #2E3A94

Tints of Tory Blue #2E3A94

Color information

#2E3A94 (or 0x2E3A94) is unknown color: approx Tory Blue. HEX triplet: 2E, 3A and 94. RGB value is (46,58,148). Sum of RGB (Red+Green+Blue) = 46+58+148=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E3A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3A94 is #D1C56B. Grayscale: #404040. Windows color (decimal): -13747564 or 9714222. OLE color: 9714222.

HSL color Cylindrical-coordinate representation of color #2E3A94: hue angle of 232.94º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E3A94 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4658148-
CMYK0.690.6100.42
HSL232.94º52.58%38.04%-
HSV(B)232.94º68.92%58.04%-
XYZ7.995.7528.71-
YUV64.67175.02114.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.25%
GREEN value IS 58 (23.05% from 255) = 23.02%
BLUE value IS 148 (58.20% from 255) = 58.73%
R=18.25%
G=23.02%
B=58.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46581480.690.6100.42232.9452.5838.04
Hex2E3A94453D02Ae93526
Octal5672224105750523516546
Binary101110111010100101001000101111101010101011101001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,58,148); }

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

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

 a { background-color: rgb(46,58,148); }

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

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

 span { border-color: rgb(46,58,148); }

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