Html Css Color HEX #2E5190 Tory Blue

📋 copy color: '#2E5190'

red 46 ◦ green 81 ◦ blue 144

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

Shades of Tory Blue #2E5190

Tints of Tory Blue #2E5190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.14%

R = 16.97%
G = 29.89%
B = 53.14%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2E5190 (or 0x2E5190) is known color: Tory Blue. HEX triplet: 2E, 51 and 90. RGB value is (46,81,144). Sum of RGB (Red+Green+Blue) = 46+81+144=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E5190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5190 is #D1AE6F. Grayscale: #4D4D4D. Windows color (decimal): -13741680 or 9457966. OLE color: 9457966.

HSL color Cylindrical-coordinate representation of color #2E5190: hue angle of 218.57º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E5190 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 46 81 144 -
CMYK 0.68 0.44 0 0.44
HSL 218.57º 0.52% 0.37% -
HSV(B) 218.57º 0.68% 0.56% -
XYZ 9.1 8.48 27.54 -
YUV 77.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 46 81 144 0.68 0.44 0 0.44 218.57 0.52 0.37
Hex 2E 51 90 44 2C 0 2C DB 34 25
Octal 56 121 220 104 54 0 54 333 64 45
Binary 101110 1010001 10010000 1000100 101100 0 101100 11011011 110100 100101

Color Harmonies of #2E5190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5190

Black with #2E5190

Text Example


Text Example

White with #2E5190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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