Html Css Color HEX #2E4795 Tory Blue

📋 copy color: '#2E4795'

red 46 ◦ green 71 ◦ blue 149

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

Shades of Tory Blue #2E4795

Tints of Tory Blue #2E4795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.69%

 BLUE value IS 149 (58.59% from 255) = 56.02%

R = 17.29%
G = 26.69%
B = 56.02%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E4795 (or 0x2E4795) is known color: Tory Blue. HEX triplet: 2E, 47 and 95. RGB value is (46,71,149). Sum of RGB (Red+Green+Blue) = 46+71+149=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E4795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4795 is #D1B86A. Grayscale: #484848. Windows color (decimal): -13744235 or 9783086. OLE color: 9783086.

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

Color convert

RGB 46 71 149 -
CMYK 0.69 0.52 0 0.42
HSL 225.44º 0.53% 0.38% -
HSV(B) 225.44º 0.69% 0.58% -
XYZ 8.8 7.26 29.37 -
YUV 72.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 46 71 149 0.69 0.52 0 0.42 225.44 0.53 0.38
Hex 2E 47 95 45 34 0 2A E1 35 26
Octal 56 107 225 105 64 0 52 341 65 46
Binary 101110 1000111 10010101 1000101 110100 0 101010 11100001 110101 100110

Color Harmonies of #2E4795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4795

Black with #2E4795

Text Example


Text Example

White with #2E4795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,71,149); }

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

background-color css

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

 a { background-color: rgb(46,71,149); }

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

border-color css

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

 span { border-color: rgb(46,71,149); }

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