Html Css Color HEX #2E628A Endeavour

📋 copy color: '#2E628A'

red 46 ◦ green 98 ◦ blue 138

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

Shades of Endeavour #2E628A

Tints of Endeavour #2E628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.75%

 BLUE value IS 138 (54.3% from 255) = 48.94%

R = 16.31%
G = 34.75%
B = 48.94%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2E628A (or 0x2E628A) is known color: Endeavour. HEX triplet: 2E, 62 and 8A. RGB value is (46,98,138). Sum of RGB (Red+Green+Blue) = 46+98+138=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E628A is #D19D75. Grayscale: #565656. Windows color (decimal): -13737334 or 9069102. OLE color: 9069102.

HSL color Cylindrical-coordinate representation of color #2E628A: hue angle of 206.09º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E628A is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 98 138 -
CMYK 0.67 0.29 0 0.46
HSL 206.09º 0.5% 0.36% -
HSV(B) 206.09º 0.67% 0.54% -
XYZ 10.08 11.15 25.67 -
YUV 87.01 156.77 98.75 -
System Red Green Blue C M Y K H S L
Decimal 46 98 138 0.67 0.29 0 0.46 206.09 0.5 0.36
Hex 2E 62 8A 43 1D 0 2E CE 32 24
Octal 56 142 212 103 35 0 56 316 62 44
Binary 101110 1100010 10001010 1000011 11101 0 101110 11001110 110010 100100

Color Harmonies of #2E628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E628A

Black with #2E628A

Text Example


Text Example

White with #2E628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,98,138); }

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

background-color css

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

 a { background-color: rgb(46,98,138); }

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

border-color css

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

 span { border-color: rgb(46,98,138); }

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