Html Css Color HEX #2E628C Endeavour

📋 copy color: '#2E628C'

red 46 ◦ green 98 ◦ blue 140

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

Shades of Endeavour #2E628C

Tints of Endeavour #2E628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.3%

R = 16.2%
G = 34.51%
B = 49.3%

CMYK

 C value IS 0.67

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E628C (or 0x2E628C) is known color: Endeavour. HEX triplet: 2E, 62 and 8C. RGB value is (46,98,140). Sum of RGB (Red+Green+Blue) = 46+98+140=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E628C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E628C is #D19D73. Grayscale: #575757. Windows color (decimal): -13737332 or 9200174. OLE color: 9200174.

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

Color convert

RGB 46 98 140 -
CMYK 0.67 0.3 0 0.45
HSL 206.81º 0.51% 0.36% -
HSV(B) 206.81º 0.67% 0.55% -
XYZ 10.23 11.21 26.44 -
YUV 87.24 157.77 98.58 -
System Red Green Blue C M Y K H S L
Decimal 46 98 140 0.67 0.3 0 0.45 206.81 0.51 0.36
Hex 2E 62 8C 43 1E 0 2D CF 33 24
Octal 56 142 214 103 36 0 55 317 63 44
Binary 101110 1100010 10001100 1000011 11110 0 101101 11001111 110011 100100

Color Harmonies of #2E628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E628C

Black with #2E628C

Text Example


Text Example

White with #2E628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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