Html Css Color HEX #29638D Endeavour

📋 copy color: '#29638D'

red 41 ◦ green 99 ◦ blue 141

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

Shades of Endeavour #29638D

Tints of Endeavour #29638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

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

R = 14.59%
G = 35.23%
B = 50.18%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29638D (or 0x29638D) is known color: Endeavour. HEX triplet: 29, 63 and 8D. RGB value is (41,99,141). Sum of RGB (Red+Green+Blue) = 41+99+141=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #29638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29638D is #D69C72. Grayscale: #565656. Windows color (decimal): -14064755 or 9265961. OLE color: 9265961.

HSL color Cylindrical-coordinate representation of color #29638D: hue angle of 205.2º 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 #29638D is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 99 141 -
CMYK 0.71 0.30 0 0.45
HSL 205.2º 0.55% 0.36% -
HSV(B) 205.2º 0.71% 0.55% -
XYZ 10.18 11.32 26.85 -
YUV 86.45 158.78 95.58 -
System Red Green Blue C M Y K H S L
Decimal 41 99 141 0.71 0.30 0 0.45 205.2 0.55 0.36
Hex 29 63 8D 47 1E 0 2D CD 37 24
Octal 51 143 215 107 36 0 55 315 67 44
Binary 101001 1100011 10001101 1000111 11110 0 101101 11001101 110111 100100

Color Harmonies of #29638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29638D

Black with #29638D

Text Example


Text Example

White with #29638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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