Html Css Color HEX #2E5887 Endeavour

📋 copy color: '#2E5887'

red 46 ◦ green 88 ◦ blue 135

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

Shades of Endeavour #2E5887

Tints of Endeavour #2E5887

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.71%

 BLUE value IS 135 (53.13% from 255) = 50.19%

R = 17.1%
G = 32.71%
B = 50.19%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2E5887 (or 0x2E5887) is known color: Endeavour. HEX triplet: 2E, 58 and 87. RGB value is (46,88,135). Sum of RGB (Red+Green+Blue) = 46+88+135=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E5887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5887 is #D1A778. Grayscale: #505050. Windows color (decimal): -13739897 or 8869934. OLE color: 8869934.

HSL color Cylindrical-coordinate representation of color #2E5887: hue angle of 211.69º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E5887 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 88 135 -
CMYK 0.66 0.35 0 0.47
HSL 211.69º 0.49% 0.35% -
HSV(B) 211.69º 0.66% 0.53% -
XYZ 8.99 9.31 24.24 -
YUV 80.8 158.59 103.18 -
System Red Green Blue C M Y K H S L
Decimal 46 88 135 0.66 0.35 0 0.47 211.69 0.49 0.35
Hex 2E 58 87 42 23 0 2F D4 31 23
Octal 56 130 207 102 43 0 57 324 61 43
Binary 101110 1011000 10000111 1000010 100011 0 101111 11010100 110001 100011

Color Harmonies of #2E5887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5887

Black with #2E5887

Text Example


Text Example

White with #2E5887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,88,135); }

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

background-color css

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

 a { background-color: rgb(46,88,135); }

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

border-color css

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

 span { border-color: rgb(46,88,135); }

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