Html Css Color HEX #2E5592 Endeavour

📋 copy color: '#2E5592'

red 46 ◦ green 85 ◦ blue 146

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

Shades of Endeavour #2E5592

Tints of Endeavour #2E5592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.71%

R = 16.61%
G = 30.69%
B = 52.71%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2E5592 (or 0x2E5592) is known color: Endeavour. HEX triplet: 2E, 55 and 92. RGB value is (46,85,146). Sum of RGB (Red+Green+Blue) = 46+85+146=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E5592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5592 is #D1AA6D. Grayscale: #505050. Windows color (decimal): -13740654 or 9590062. OLE color: 9590062.

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

Color convert

RGB 46 85 146 -
CMYK 0.68 0.42 0 0.43
HSL 216.6º 0.52% 0.38% -
HSV(B) 216.6º 0.68% 0.57% -
XYZ 9.56 9.15 28.46 -
YUV 80.29 165.08 103.54 -
System Red Green Blue C M Y K H S L
Decimal 46 85 146 0.68 0.42 0 0.43 216.6 0.52 0.38
Hex 2E 55 92 44 2A 0 2B D9 34 26
Octal 56 125 222 104 52 0 53 331 64 46
Binary 101110 1010101 10010010 1000100 101010 0 101011 11011001 110100 100110

Color Harmonies of #2E5592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5592

Black with #2E5592

Text Example


Text Example

White with #2E5592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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