Html Css Color HEX #2E558B Endeavour

📋 copy color: '#2E558B'

red 46 ◦ green 85 ◦ blue 139

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

Shades of Endeavour #2E558B

Tints of Endeavour #2E558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.48%

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 17.04%
G = 31.48%
B = 51.48%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E558B (or 0x2E558B) is known color: Endeavour. HEX triplet: 2E, 55 and 8B. RGB value is (46,85,139). Sum of RGB (Red+Green+Blue) = 46+85+139=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E558B is #D1AA74. Grayscale: #4F4F4F. Windows color (decimal): -13740661 or 9131310. OLE color: 9131310.

HSL color Cylindrical-coordinate representation of color #2E558B: hue angle of 214.84º degrees, saturation: 0.5, 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 #2E558B is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 85 139 -
CMYK 0.67 0.39 0 0.45
HSL 214.84º 0.5% 0.36% -
HSV(B) 214.84º 0.67% 0.55% -
XYZ 9.04 8.94 25.68 -
YUV 79.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 46 85 139 0.67 0.39 0 0.45 214.84 0.5 0.36
Hex 2E 55 8B 43 27 0 2D D7 32 24
Octal 56 125 213 103 47 0 55 327 62 44
Binary 101110 1010101 10001011 1000011 100111 0 101101 11010111 110010 100100

Color Harmonies of #2E558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E558B

Black with #2E558B

Text Example


Text Example

White with #2E558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,85,139); }

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

background-color css

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

 a { background-color: rgb(46,85,139); }

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

border-color css

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

 span { border-color: rgb(46,85,139); }

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