Html Css Color HEX #2E6095 Endeavour

📋 copy color: '#2E6095'

red 46 ◦ green 96 ◦ blue 149

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

Shades of Endeavour #2E6095

Tints of Endeavour #2E6095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.99%

 BLUE value IS 149 (58.59% from 255) = 51.2%

R = 15.81%
G = 32.99%
B = 51.2%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E6095 (or 0x2E6095) is known color: Endeavour. HEX triplet: 2E, 60 and 95. RGB value is (46,96,149). Sum of RGB (Red+Green+Blue) = 46+96+149=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E6095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6095 is #D19F6A. Grayscale: #565656. Windows color (decimal): -13737835 or 9789486. OLE color: 9789486.

HSL color Cylindrical-coordinate representation of color #2E6095: hue angle of 210.87º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E6095 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 96 149 -
CMYK 0.69 0.36 0 0.42
HSL 210.87º 0.53% 0.38% -
HSV(B) 210.87º 0.69% 0.58% -
XYZ 10.73 11.12 30.01 -
YUV 87.09 162.94 98.69 -
System Red Green Blue C M Y K H S L
Decimal 46 96 149 0.69 0.36 0 0.42 210.87 0.53 0.38
Hex 2E 60 95 45 24 0 2A D3 35 26
Octal 56 140 225 105 44 0 52 323 65 46
Binary 101110 1100000 10010101 1000101 100100 0 101010 11010011 110101 100110

Color Harmonies of #2E6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6095

Black with #2E6095

Text Example


Text Example

White with #2E6095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,96,149); }

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

background-color css

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

 a { background-color: rgb(46,96,149); }

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

border-color css

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

 span { border-color: rgb(46,96,149); }

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