Html Css Color HEX #2E5197 Tory Blue

📋 copy color: '#2E5197'

red 46 ◦ green 81 ◦ blue 151

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

Shades of Tory Blue #2E5197

Tints of Tory Blue #2E5197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 54.32%

R = 16.55%
G = 29.14%
B = 54.32%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2E5197 (or 0x2E5197) is known color: Tory Blue. HEX triplet: 2E, 51 and 97. RGB value is (46,81,151). Sum of RGB (Red+Green+Blue) = 46+81+151=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #2E5197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5197 is #D1AE68. Grayscale: #4E4E4E. Windows color (decimal): -13741673 or 9916718. OLE color: 9916718.

HSL color Cylindrical-coordinate representation of color #2E5197: hue angle of 220º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E5197 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 46 81 151 -
CMYK 0.70 0.46 0 0.41
HSL 220º 0.53% 0.39% -
HSV(B) 220º 0.7% 0.59% -
XYZ 9.66 8.7 30.45 -
YUV 78.52 168.9 104.81 -
System Red Green Blue C M Y K H S L
Decimal 46 81 151 0.70 0.46 0 0.41 220 0.53 0.39
Hex 2E 51 97 46 2E 0 29 DC 35 27
Octal 56 121 227 106 56 0 51 334 65 47
Binary 101110 1010001 10010111 1000110 101110 0 101001 11011100 110101 100111

Color Harmonies of #2E5197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5197

Black with #2E5197

Text Example


Text Example

White with #2E5197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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