Html Css Color HEX #29658D Endeavour

📋 copy color: '#29658D'

red 41 ◦ green 101 ◦ blue 141

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

Shades of Endeavour #29658D

Tints of Endeavour #29658D

RGB

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

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

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

R = 14.49%
G = 35.69%
B = 49.82%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29658D (or 0x29658D) is known color: Endeavour. HEX triplet: 29, 65 and 8D. RGB value is (41,101,141). Sum of RGB (Red+Green+Blue) = 41+101+141=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 101 (39.84% from 255 or 35.69% 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 #29658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29658D is #D69A72. Grayscale: #575757. Windows color (decimal): -14064243 or 9266473. OLE color: 9266473.

HSL color Cylindrical-coordinate representation of color #29658D: hue angle of 204º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29658D is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 101 141 -
CMYK 0.71 0.28 0 0.45
HSL 204º 0.55% 0.36% -
HSV(B) 204º 0.71% 0.55% -
XYZ 10.38 11.7 26.91 -
YUV 87.62 158.12 94.75 -
System Red Green Blue C M Y K H S L
Decimal 41 101 141 0.71 0.28 0 0.45 204 0.55 0.36
Hex 29 65 8D 47 1C 0 2D CC 37 24
Octal 51 145 215 107 34 0 55 314 67 44
Binary 101001 1100101 10001101 1000111 11100 0 101101 11001100 110111 100100

Color Harmonies of #29658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29658D

Black with #29658D

Text Example


Text Example

White with #29658D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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