Html Css Color HEX #2E5090 Tory Blue

📋 copy color: '#2E5090'

red 46 ◦ green 80 ◦ blue 144

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

Shades of Tory Blue #2E5090

Tints of Tory Blue #2E5090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.63%

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

R = 17.04%
G = 29.63%
B = 53.33%

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

#2E5090 (or 0x2E5090) is known color: Tory Blue. HEX triplet: 2E, 50 and 90. RGB value is (46,80,144). Sum of RGB (Red+Green+Blue) = 46+80+144=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E5090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5090 is #D1AF6F. Grayscale: #4C4C4C. Windows color (decimal): -13741936 or 9457710. OLE color: 9457710.

HSL color Cylindrical-coordinate representation of color #2E5090: hue angle of 219.18º 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 #2E5090 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 46 80 144 -
CMYK 0.68 0.44 0 0.44
HSL 219.18º 0.52% 0.37% -
HSV(B) 219.18º 0.68% 0.56% -
XYZ 9.03 8.33 27.52 -
YUV 77.13 165.74 105.8 -
System Red Green Blue C M Y K H S L
Decimal 46 80 144 0.68 0.44 0 0.44 219.18 0.52 0.37
Hex 2E 50 90 44 2C 0 2C DB 34 25
Octal 56 120 220 104 54 0 54 333 64 45
Binary 101110 1010000 10010000 1000100 101100 0 101100 11011011 110100 100101

Color Harmonies of #2E5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5090

Black with #2E5090

Text Example


Text Example

White with #2E5090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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