Html Css Color HEX #2E5494 Endeavour

📋 copy color: '#2E5494'

red 46 ◦ green 84 ◦ blue 148

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

Shades of Endeavour #2E5494

Tints of Endeavour #2E5494

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.22%

 BLUE value IS 148 (58.2% from 255) = 53.24%

R = 16.55%
G = 30.22%
B = 53.24%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E5494 (or 0x2E5494) is known color: Endeavour. HEX triplet: 2E, 54 and 94. RGB value is (46,84,148). Sum of RGB (Red+Green+Blue) = 46+84+148=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E5494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5494 is #D1AB6B. Grayscale: #4F4F4F. Windows color (decimal): -13740908 or 9720878. OLE color: 9720878.

HSL color Cylindrical-coordinate representation of color #2E5494: hue angle of 217.65º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E5494 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 84 148 -
CMYK 0.69 0.43 0 0.42
HSL 217.65º 0.53% 0.38% -
HSV(B) 217.65º 0.69% 0.58% -
XYZ 9.64 9.06 29.26 -
YUV 79.93 166.41 103.8 -
System Red Green Blue C M Y K H S L
Decimal 46 84 148 0.69 0.43 0 0.42 217.65 0.53 0.38
Hex 2E 54 94 45 2B 0 2A DA 35 26
Octal 56 124 224 105 53 0 52 332 65 46
Binary 101110 1010100 10010100 1000101 101011 0 101010 11011010 110101 100110

Color Harmonies of #2E5494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5494

Black with #2E5494

Text Example


Text Example

White with #2E5494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,84,148); }

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

background-color css

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

 a { background-color: rgb(46,84,148); }

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

border-color css

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

 span { border-color: rgb(46,84,148); }

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