Html Css Color HEX #29578D Endeavour

📋 copy color: '#29578D'

red 41 ◦ green 87 ◦ blue 141

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

Shades of Endeavour #29578D

Tints of Endeavour #29578D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

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

R = 15.24%
G = 32.34%
B = 52.42%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29578D (or 0x29578D) is known color: Endeavour. HEX triplet: 29, 57 and 8D. RGB value is (41,87,141). Sum of RGB (Red+Green+Blue) = 41+87+141=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #29578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29578D is #D6A872. Grayscale: #4F4F4F. Windows color (decimal): -14067827 or 9262889. OLE color: 9262889.

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

Color convert

RGB 41 87 141 -
CMYK 0.71 0.38 0 0.45
HSL 212.4º 0.55% 0.36% -
HSV(B) 212.4º 0.71% 0.55% -
XYZ 9.13 9.21 26.5 -
YUV 79.4 162.76 100.61 -
System Red Green Blue C M Y K H S L
Decimal 41 87 141 0.71 0.38 0 0.45 212.4 0.55 0.36
Hex 29 57 8D 47 26 0 2D D4 37 24
Octal 51 127 215 107 46 0 55 324 67 44
Binary 101001 1010111 10001101 1000111 100110 0 101101 11010100 110111 100100

Color Harmonies of #29578D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29578D

Black with #29578D

Text Example


Text Example

White with #29578D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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