Html Css Color HEX #29579C Endeavour

📋 copy color: '#29579C'

red 41 ◦ green 87 ◦ blue 156

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

Shades of Endeavour #29579C

Tints of Endeavour #29579C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.93%

R = 14.44%
G = 30.63%
B = 54.93%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29579C (or 0x29579C) is known color: Endeavour. HEX triplet: 29, 57 and 9C. RGB value is (41,87,156). Sum of RGB (Red+Green+Blue) = 41+87+156=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #29579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29579C is #D6A863. Grayscale: #505050. Windows color (decimal): -14067812 or 10245929. OLE color: 10245929.

HSL color Cylindrical-coordinate representation of color #29579C: hue angle of 216º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29579C is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 87 156 -
CMYK 0.74 0.44 0 0.39
HSL 216º 0.58% 0.39% -
HSV(B) 216º 0.74% 0.61% -
XYZ 10.32 9.69 32.78 -
YUV 81.11 170.26 99.39 -
System Red Green Blue C M Y K H S L
Decimal 41 87 156 0.74 0.44 0 0.39 216 0.58 0.39
Hex 29 57 9C 4A 2C 0 27 D8 3A 27
Octal 51 127 234 112 54 0 47 330 72 47
Binary 101001 1010111 10011100 1001010 101100 0 100111 11011000 111010 100111

Color Harmonies of #29579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29579C

Black with #29579C

Text Example


Text Example

White with #29579C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29579C; }

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

 H1.HeaderClassName
 {
   color: #29579C;
 }
 .AnyTagClassName
 {
   color: #29579C;
 }
</style>

background-color css

<style>
 a { background-color: #29579C; }

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

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

border-color css

<style>
 span { border-color: #29579C; }

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

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