Html Css Color HEX #2E598E Endeavour

📋 copy color: '#2E598E'

red 46 ◦ green 89 ◦ blue 142

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

Shades of Endeavour #2E598E

Tints of Endeavour #2E598E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

 BLUE value IS 142 (55.86% from 255) = 51.26%

R = 16.61%
G = 32.13%
B = 51.26%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2E598E (or 0x2E598E) is known color: Endeavour. HEX triplet: 2E, 59 and 8E. RGB value is (46,89,142). Sum of RGB (Red+Green+Blue) = 46+89+142=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E598E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E598E is #D1A671. Grayscale: #515151. Windows color (decimal): -13739634 or 9328942. OLE color: 9328942.

HSL color Cylindrical-coordinate representation of color #2E598E: hue angle of 213.12º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E598E is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 46 89 142 -
CMYK 0.68 0.37 0 0.44
HSL 213.13º 0.51% 0.37% -
HSV(B) 213.13º 0.68% 0.56% -
XYZ 9.58 9.68 26.95 -
YUV 82.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 46 89 142 0.68 0.37 0 0.44 213.13 0.51 0.37
Hex 2E 59 8E 44 25 0 2C D5 33 25
Octal 56 131 216 104 45 0 54 325 63 45
Binary 101110 1011001 10001110 1000100 100101 0 101100 11010101 110011 100101

Color Harmonies of #2E598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E598E

Black with #2E598E

Text Example


Text Example

White with #2E598E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,89,142); }

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

background-color css

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

 a { background-color: rgb(46,89,142); }

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

border-color css

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

 span { border-color: rgb(46,89,142); }

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