Html Css Color HEX #2E539E Endeavour

📋 copy color: '#2E539E'

red 46 ◦ green 83 ◦ blue 158

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

Shades of Endeavour #2E539E

Tints of Endeavour #2E539E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 55.05%

R = 16.03%
G = 28.92%
B = 55.05%

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

#2E539E (or 0x2E539E) is known color: Endeavour. HEX triplet: 2E, 53 and 9E. RGB value is (46,83,158). Sum of RGB (Red+Green+Blue) = 46+83+158=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E539E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E539E is #D1AC61. Grayscale: #505050. Windows color (decimal): -13741154 or 10375982. OLE color: 10375982.

HSL color Cylindrical-coordinate representation of color #2E539E: hue angle of 220.18º 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 #2E539E is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 46 83 158 -
CMYK 0.71 0.47 0 0.38
HSL 220.18º 0.55% 0.4% -
HSV(B) 220.18º 0.71% 0.62% -
XYZ 10.39 9.24 33.58 -
YUV 80.49 171.74 103.4 -
System Red Green Blue C M Y K H S L
Decimal 46 83 158 0.71 0.47 0 0.38 220.18 0.55 0.4
Hex 2E 53 9E 47 2F 0 26 DC 37 28
Octal 56 123 236 107 57 0 46 334 67 50
Binary 101110 1010011 10011110 1000111 101111 0 100110 11011100 110111 101000

Color Harmonies of #2E539E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E539E

Black with #2E539E

Text Example


Text Example

White with #2E539E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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