Html Css Color HEX #29518D Endeavour

📋 copy color: '#29518D'

red 41 ◦ green 81 ◦ blue 141

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

Shades of Endeavour #29518D

Tints of Endeavour #29518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.8%

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

R = 15.59%
G = 30.8%
B = 53.61%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29518D (or 0x29518D) is known color: Endeavour. HEX triplet: 29, 51 and 8D. RGB value is (41,81,141). Sum of RGB (Red+Green+Blue) = 41+81+141=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #29518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29518D is #D6AE72. Grayscale: #4B4B4B. Windows color (decimal): -14069363 or 9261353. OLE color: 9261353.

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

Color convert

RGB 41 81 141 -
CMYK 0.71 0.43 0 0.45
HSL 216º 0.55% 0.36% -
HSV(B) 216º 0.71% 0.55% -
XYZ 8.66 8.28 26.34 -
YUV 75.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 41 81 141 0.71 0.43 0 0.45 216 0.55 0.36
Hex 29 51 8D 47 2B 0 2D D8 37 24
Octal 51 121 215 107 53 0 55 330 67 44
Binary 101001 1010001 10001101 1000111 101011 0 101101 11011000 110111 100100

Color Harmonies of #29518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29518D

Black with #29518D

Text Example


Text Example

White with #29518D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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