Html Css Color HEX #2E608D Endeavour

📋 copy color: '#2E608D'

red 46 ◦ green 96 ◦ blue 141

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

Shades of Endeavour #2E608D

Tints of Endeavour #2E608D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 49.82%

R = 16.25%
G = 33.92%
B = 49.82%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E608D (or 0x2E608D) is known color: Endeavour. HEX triplet: 2E, 60 and 8D. RGB value is (46,96,141). Sum of RGB (Red+Green+Blue) = 46+96+141=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E608D is #D19F72. Grayscale: #555555. Windows color (decimal): -13737843 or 9265198. OLE color: 9265198.

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

Color convert

RGB 46 96 141 -
CMYK 0.67 0.32 0 0.45
HSL 208.42º 0.51% 0.37% -
HSV(B) 208.42º 0.67% 0.55% -
XYZ 10.12 10.87 26.76 -
YUV 86.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 46 96 141 0.67 0.32 0 0.45 208.42 0.51 0.37
Hex 2E 60 8D 43 20 0 2D D0 33 25
Octal 56 140 215 103 40 0 55 320 63 45
Binary 101110 1100000 10001101 1000011 100000 0 101101 11010000 110011 100101

Color Harmonies of #2E608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E608D

Black with #2E608D

Text Example


Text Example

White with #2E608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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