Html Css Color HEX #2E5196 Tory Blue

📋 copy color: '#2E5196'

red 46 ◦ green 81 ◦ blue 150

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

Shades of Tory Blue #2E5196

Tints of Tory Blue #2E5196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.24%

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

R = 16.61%
G = 29.24%
B = 54.15%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2E5196 (or 0x2E5196) is known color: Tory Blue. HEX triplet: 2E, 51 and 96. RGB value is (46,81,150). Sum of RGB (Red+Green+Blue) = 46+81+150=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E5196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5196 is #D1AE69. Grayscale: #4E4E4E. Windows color (decimal): -13741674 or 9851182. OLE color: 9851182.

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

Color convert

RGB 46 81 150 -
CMYK 0.69 0.46 0 0.41
HSL 219.81º 0.53% 0.38% -
HSV(B) 219.81º 0.69% 0.59% -
XYZ 9.57 8.67 30.02 -
YUV 78.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 46 81 150 0.69 0.46 0 0.41 219.81 0.53 0.38
Hex 2E 51 96 45 2E 0 29 DC 35 26
Octal 56 121 226 105 56 0 51 334 65 46
Binary 101110 1010001 10010110 1000101 101110 0 101001 11011100 110101 100110

Color Harmonies of #2E5196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5196

Black with #2E5196

Text Example


Text Example

White with #2E5196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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