Html Css Color HEX #29658A Endeavour

📋 copy color: '#29658A'

red 41 ◦ green 101 ◦ blue 138

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

Shades of Endeavour #29658A

Tints of Endeavour #29658A

RGB

 RED value IS 41 (16.41% from 255) = 14.64%

 GREEN value IS 101 (39.84% from 255) = 36.07%

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

R = 14.64%
G = 36.07%
B = 49.29%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#29658A (or 0x29658A) is known color: Endeavour. HEX triplet: 29, 65 and 8A. RGB value is (41,101,138). Sum of RGB (Red+Green+Blue) = 41+101+138=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #29658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29658A is #D69A75. Grayscale: #575757. Windows color (decimal): -14064246 or 9069865. OLE color: 9069865.

HSL color Cylindrical-coordinate representation of color #29658A: hue angle of 202.89º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29658A is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 101 138 -
CMYK 0.70 0.27 0 0.46
HSL 202.89º 0.54% 0.35% -
HSV(B) 202.89º 0.7% 0.54% -
XYZ 10.16 11.61 25.75 -
YUV 87.28 156.62 94.99 -
System Red Green Blue C M Y K H S L
Decimal 41 101 138 0.70 0.27 0 0.46 202.89 0.54 0.35
Hex 29 65 8A 46 1B 0 2E CB 36 23
Octal 51 145 212 106 33 0 56 313 66 43
Binary 101001 1100101 10001010 1000110 11011 0 101110 11001011 110110 100011

Color Harmonies of #29658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29658A

Black with #29658A

Text Example


Text Example

White with #29658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29658A; }

 p { color: rgb(41,101,138); }

 H1.HeaderClassName
 {
   color: #29658A;
 }
 .AnyTagClassName
 {
   color: #29658A;
 }
</style>

background-color css

<style>
 a { background-color: #29658A; }

 a { background-color: rgb(41,101,138); }

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

border-color css

<style>
 span { border-color: #29658A; }

 span { border-color: rgb(41,101,138); }

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