Html Css Color HEX #2E5593 Endeavour

📋 copy color: '#2E5593'

red 46 ◦ green 85 ◦ blue 147

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

Shades of Endeavour #2E5593

Tints of Endeavour #2E5593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.58%

 BLUE value IS 147 (57.81% from 255) = 52.88%

R = 16.55%
G = 30.58%
B = 52.88%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E5593 (or 0x2E5593) is known color: Endeavour. HEX triplet: 2E, 55 and 93. RGB value is (46,85,147). Sum of RGB (Red+Green+Blue) = 46+85+147=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E5593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5593 is #D1AA6C. Grayscale: #505050. Windows color (decimal): -13740653 or 9655598. OLE color: 9655598.

HSL color Cylindrical-coordinate representation of color #2E5593: hue angle of 216.83º degrees, saturation: 0.52, 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 #2E5593 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 85 147 -
CMYK 0.69 0.42 0 0.42
HSL 216.83º 0.52% 0.38% -
HSV(B) 216.83º 0.69% 0.58% -
XYZ 9.64 9.18 28.87 -
YUV 80.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 46 85 147 0.69 0.42 0 0.42 216.83 0.52 0.38
Hex 2E 55 93 45 2A 0 2A D9 34 26
Octal 56 125 223 105 52 0 52 331 64 46
Binary 101110 1010101 10010011 1000101 101010 0 101010 11011001 110100 100110

Color Harmonies of #2E5593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5593

Black with #2E5593

Text Example


Text Example

White with #2E5593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,85,147); }

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

background-color css

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

 a { background-color: rgb(46,85,147); }

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

border-color css

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

 span { border-color: rgb(46,85,147); }

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