Html Css Color HEX #2E578C Endeavour

📋 copy color: '#2E578C'

red 46 ◦ green 87 ◦ blue 140

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

Shades of Endeavour #2E578C

Tints of Endeavour #2E578C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 140 (55.08% from 255) = 51.28%

R = 16.85%
G = 31.87%
B = 51.28%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E578C (or 0x2E578C) is known color: Endeavour. HEX triplet: 2E, 57 and 8C. RGB value is (46,87,140). Sum of RGB (Red+Green+Blue) = 46+87+140=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E578C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E578C is #D1A873. Grayscale: #505050. Windows color (decimal): -13740148 or 9197358. OLE color: 9197358.

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

Color convert

RGB 46 87 140 -
CMYK 0.67 0.38 0 0.45
HSL 213.83º 0.51% 0.36% -
HSV(B) 213.83º 0.67% 0.55% -
XYZ 9.27 9.29 26.12 -
YUV 80.78 161.42 103.19 -
System Red Green Blue C M Y K H S L
Decimal 46 87 140 0.67 0.38 0 0.45 213.83 0.51 0.36
Hex 2E 57 8C 43 26 0 2D D6 33 24
Octal 56 127 214 103 46 0 55 326 63 44
Binary 101110 1010111 10001100 1000011 100110 0 101101 11010110 110011 100100

Color Harmonies of #2E578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E578C

Black with #2E578C

Text Example


Text Example

White with #2E578C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,87,140); }

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

background-color css

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

 a { background-color: rgb(46,87,140); }

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

border-color css

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

 span { border-color: rgb(46,87,140); }

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