Html Css Color HEX #2E6189 Endeavour

📋 copy color: '#2E6189'

red 46 ◦ green 97 ◦ blue 137

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

Shades of Endeavour #2E6189

Tints of Endeavour #2E6189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.64%

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

R = 16.43%
G = 34.64%
B = 48.93%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2E6189 (or 0x2E6189) is known color: Endeavour. HEX triplet: 2E, 61 and 89. RGB value is (46,97,137). Sum of RGB (Red+Green+Blue) = 46+97+137=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E6189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6189 is #D19E76. Grayscale: #565656. Windows color (decimal): -13737591 or 9003310. OLE color: 9003310.

HSL color Cylindrical-coordinate representation of color #2E6189: hue angle of 206.37º 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 #2E6189 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 97 137 -
CMYK 0.66 0.29 0 0.46
HSL 206.37º 0.5% 0.36% -
HSV(B) 206.37º 0.66% 0.54% -
XYZ 9.92 10.94 25.26 -
YUV 86.31 156.6 99.25 -
System Red Green Blue C M Y K H S L
Decimal 46 97 137 0.66 0.29 0 0.46 206.37 0.5 0.36
Hex 2E 61 89 42 1D 0 2E CE 32 24
Octal 56 141 211 102 35 0 56 316 62 44
Binary 101110 1100001 10001001 1000010 11101 0 101110 11001110 110010 100100

Color Harmonies of #2E6189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6189

Black with #2E6189

Text Example


Text Example

White with #2E6189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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