Html Css Color HEX #2E4A89 Tory Blue

📋 copy color: '#2E4A89'

red 46 ◦ green 74 ◦ blue 137

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

Shades of Tory Blue #2E4A89

Tints of Tory Blue #2E4A89

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

 BLUE value IS 137 (53.91% from 255) = 53.31%

R = 17.9%
G = 28.79%
B = 53.31%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2E4A89 (or 0x2E4A89) is known color: Tory Blue. HEX triplet: 2E, 4A and 89. RGB value is (46,74,137). Sum of RGB (Red+Green+Blue) = 46+74+137=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E4A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4A89 is #D1B576. Grayscale: #484848. Windows color (decimal): -13743479 or 8997422. OLE color: 8997422.

HSL color Cylindrical-coordinate representation of color #2E4A89: hue angle of 221.54º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E4A89 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 74 137 -
CMYK 0.66 0.46 0 0.46
HSL 221.54º 0.5% 0.36% -
HSV(B) 221.54º 0.66% 0.54% -
XYZ 8.09 7.28 24.65 -
YUV 72.81 164.22 108.88 -
System Red Green Blue C M Y K H S L
Decimal 46 74 137 0.66 0.46 0 0.46 221.54 0.5 0.36
Hex 2E 4A 89 42 2E 0 2E DE 32 24
Octal 56 112 211 102 56 0 56 336 62 44
Binary 101110 1001010 10001001 1000010 101110 0 101110 11011110 110010 100100

Color Harmonies of #2E4A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4A89

Black with #2E4A89

Text Example


Text Example

White with #2E4A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,74,137); }

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

background-color css

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

 a { background-color: rgb(46,74,137); }

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

border-color css

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

 span { border-color: rgb(46,74,137); }

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