Html Css Color HEX #2E539D Endeavour

📋 copy color: '#2E539D'

red 46 ◦ green 83 ◦ blue 157

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

Shades of Endeavour #2E539D

Tints of Endeavour #2E539D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

 BLUE value IS 157 (61.72% from 255) = 54.9%

R = 16.08%
G = 29.02%
B = 54.9%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2E539D (or 0x2E539D) is known color: Endeavour. HEX triplet: 2E, 53 and 9D. RGB value is (46,83,157). Sum of RGB (Red+Green+Blue) = 46+83+157=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E539D is #D1AC62. Grayscale: #505050. Windows color (decimal): -13741155 or 10310446. OLE color: 10310446.

HSL color Cylindrical-coordinate representation of color #2E539D: hue angle of 220º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E539D is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 46 83 157 -
CMYK 0.71 0.47 0 0.38
HSL 220º 0.55% 0.4% -
HSV(B) 220º 0.71% 0.62% -
XYZ 10.31 9.2 33.13 -
YUV 80.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 46 83 157 0.71 0.47 0 0.38 220 0.55 0.4
Hex 2E 53 9D 47 2F 0 26 DC 37 28
Octal 56 123 235 107 57 0 46 334 67 50
Binary 101110 1010011 10011101 1000111 101111 0 100110 11011100 110111 101000

Color Harmonies of #2E539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E539D

Black with #2E539D

Text Example


Text Example

White with #2E539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,83,157); }

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

background-color css

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

 a { background-color: rgb(46,83,157); }

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

border-color css

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

 span { border-color: rgb(46,83,157); }

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