Html Css Color HEX #2E658D Endeavour

📋 copy color: '#2E658D'

red 46 ◦ green 101 ◦ blue 141

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

Shades of Endeavour #2E658D

Tints of Endeavour #2E658D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.07%

 BLUE value IS 141 (55.47% from 255) = 48.96%

R = 15.97%
G = 35.07%
B = 48.96%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E658D (or 0x2E658D) is known color: Endeavour. HEX triplet: 2E, 65 and 8D. RGB value is (46,101,141). Sum of RGB (Red+Green+Blue) = 46+101+141=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E658D is #D19A72. Grayscale: #585858. Windows color (decimal): -13736563 or 9266478. OLE color: 9266478.

HSL color Cylindrical-coordinate representation of color #2E658D: hue angle of 205.26º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E658D is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 101 141 -
CMYK 0.67 0.28 0 0.45
HSL 205.26º 0.51% 0.37% -
HSV(B) 205.26º 0.67% 0.55% -
XYZ 10.59 11.81 26.92 -
YUV 89.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 46 101 141 0.67 0.28 0 0.45 205.26 0.51 0.37
Hex 2E 65 8D 43 1C 0 2D CD 33 25
Octal 56 145 215 103 34 0 55 315 63 45
Binary 101110 1100101 10001101 1000011 11100 0 101101 11001101 110011 100101

Color Harmonies of #2E658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E658D

Black with #2E658D

Text Example


Text Example

White with #2E658D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,101,141); }

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

background-color css

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

 a { background-color: rgb(46,101,141); }

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

border-color css

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

 span { border-color: rgb(46,101,141); }

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