Html Css Color HEX #29588E Endeavour

📋 copy color: '#29588E'

red 41 ◦ green 88 ◦ blue 142

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

Shades of Endeavour #29588E

Tints of Endeavour #29588E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.47%

 BLUE value IS 142 (55.86% from 255) = 52.4%

R = 15.13%
G = 32.47%
B = 52.4%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29588E (or 0x29588E) is known color: Endeavour. HEX triplet: 29, 58 and 8E. RGB value is (41,88,142). Sum of RGB (Red+Green+Blue) = 41+88+142=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #29588E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29588E is #D6A771. Grayscale: #4F4F4F. Windows color (decimal): -14067570 or 9328681. OLE color: 9328681.

HSL color Cylindrical-coordinate representation of color #29588E: hue angle of 212.08º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29588E is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 88 142 -
CMYK 0.71 0.38 0 0.44
HSL 212.08º 0.55% 0.36% -
HSV(B) 212.08º 0.71% 0.56% -
XYZ 9.29 9.4 26.92 -
YUV 80.1 162.93 100.11 -
System Red Green Blue C M Y K H S L
Decimal 41 88 142 0.71 0.38 0 0.44 212.08 0.55 0.36
Hex 29 58 8E 47 26 0 2C D4 37 24
Octal 51 130 216 107 46 0 54 324 67 44
Binary 101001 1011000 10001110 1000111 100110 0 101100 11010100 110111 100100

Color Harmonies of #29588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29588E

Black with #29588E

Text Example


Text Example

White with #29588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29588E; }

 p { color: rgb(41,88,142); }

 H1.HeaderClassName
 {
   color: #29588E;
 }
 .AnyTagClassName
 {
   color: #29588E;
 }
</style>

background-color css

<style>
 a { background-color: #29588E; }

 a { background-color: rgb(41,88,142); }

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

border-color css

<style>
 span { border-color: #29588E; }

 span { border-color: rgb(41,88,142); }

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