Html Css Color HEX #2E4A9A Tory Blue

📋 copy color: '#2E4A9A'

red 46 ◦ green 74 ◦ blue 154

#2E4A9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #2E4A9A

Tints of Tory Blue #2E4A9A

RGB

 RED value IS 46 (18.36% from 255) = 16.79%

 GREEN value IS 74 (29.3% from 255) = 27.01%

 BLUE value IS 154 (60.55% from 255) = 56.2%

R = 16.79%
G = 27.01%
B = 56.2%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2E4A9A (or 0x2E4A9A) is known color: Tory Blue. HEX triplet: 2E, 4A and 9A. RGB value is (46,74,154). Sum of RGB (Red+Green+Blue) = 46+74+154=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E4A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4A9A is #D1B565. Grayscale: #4A4A4A. Windows color (decimal): -13743462 or 10111534. OLE color: 10111534.

HSL color Cylindrical-coordinate representation of color #2E4A9A: hue angle of 224.44º 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 #2E4A9A is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 46 74 154 -
CMYK 0.70 0.52 0 0.40
HSL 224.44º 0.54% 0.39% -
HSV(B) 224.44º 0.7% 0.6% -
XYZ 9.41 7.81 31.58 -
YUV 74.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 46 74 154 0.70 0.52 0 0.40 224.44 0.54 0.39
Hex 2E 4A 9A 46 34 0 28 E0 36 27
Octal 56 112 232 106 64 0 50 340 66 47
Binary 101110 1001010 10011010 1000110 110100 0 101000 11100000 110110 100111

Color Harmonies of #2E4A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4A9A

Black with #2E4A9A

Text Example


Text Example

White with #2E4A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E4A9A;
 }
 .AnyTagClassName
 {
   color: #2E4A9A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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