#2E4A98

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

Shades of Tory Blue #2E4A98

Tints of Tory Blue #2E4A98

Color information

#2E4A98 (or 0x2E4A98) is unknown color: approx Tory Blue. HEX triplet: 2E, 4A and 98. RGB value is (46,74,152). Sum of RGB (Red+Green+Blue) = 46+74+152=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #2E4A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4A98 is #D1B567. Grayscale: #4A4A4A. Windows color (decimal): -13743464 or 9980462. OLE color: 9980462.

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

Color convert

RGB4674152-
CMYK0.700.5100.40
HSL224.15º53.54%38.82%-
HSV(B)224.15º69.74%59.61%-
XYZ9.247.7530.71-
YUV74.52171.72107.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 152 (59.77% from 255) = 55.88%
R=16.91%
G=27.21%
B=55.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal46741520.700.5100.40224.1553.5438.82
Hex2E4A984633028e03627
Octal56112230106630503406647
Binary1011101001010100110001000110110011010100011100000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,74,152); }

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

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

 a { background-color: rgb(46,74,152); }

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

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

 span { border-color: rgb(46,74,152); }

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