Html Css Color HEX #2E4596 Tory Blue

📋 copy color: '#2E4596'

red 46 ◦ green 69 ◦ blue 150

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

Shades of Tory Blue #2E4596

Tints of Tory Blue #2E4596

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

 BLUE value IS 150 (58.98% from 255) = 56.6%

R = 17.36%
G = 26.04%
B = 56.6%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2E4596 (or 0x2E4596) is known color: Tory Blue. HEX triplet: 2E, 45 and 96. RGB value is (46,69,150). Sum of RGB (Red+Green+Blue) = 46+69+150=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E4596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4596 is #D1BA69. Grayscale: #474747. Windows color (decimal): -13744746 or 9848110. OLE color: 9848110.

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

Color convert

RGB 46 69 150 -
CMYK 0.69 0.54 0 0.41
HSL 226.73º 0.53% 0.38% -
HSV(B) 226.73º 0.69% 0.59% -
XYZ 8.76 7.04 29.75 -
YUV 71.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 46 69 150 0.69 0.54 0 0.41 226.73 0.53 0.38
Hex 2E 45 96 45 36 0 29 E3 35 26
Octal 56 105 226 105 66 0 51 343 65 46
Binary 101110 1000101 10010110 1000101 110110 0 101001 11100011 110101 100110

Color Harmonies of #2E4596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4596

Black with #2E4596

Text Example


Text Example

White with #2E4596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,69,150); }

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

background-color css

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

 a { background-color: rgb(46,69,150); }

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

border-color css

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

 span { border-color: rgb(46,69,150); }

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