Html Css Color HEX #29519C Endeavour

📋 copy color: '#29519C'

red 41 ◦ green 81 ◦ blue 156

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

Shades of Endeavour #29519C

Tints of Endeavour #29519C

RGB

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

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

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

R = 14.75%
G = 29.14%
B = 56.12%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29519C (or 0x29519C) is known color: Endeavour. HEX triplet: 29, 51 and 9C. RGB value is (41,81,156). Sum of RGB (Red+Green+Blue) = 41+81+156=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #29519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29519C is #D6AE63. Grayscale: #4D4D4D. Windows color (decimal): -14069348 or 10244393. OLE color: 10244393.

HSL color Cylindrical-coordinate representation of color #29519C: hue angle of 219.13º 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 #29519C is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 81 156 -
CMYK 0.74 0.48 0 0.39
HSL 219.13º 0.58% 0.39% -
HSV(B) 219.13º 0.74% 0.61% -
XYZ 9.86 8.76 32.62 -
YUV 77.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 41 81 156 0.74 0.48 0 0.39 219.13 0.58 0.39
Hex 29 51 9C 4A 30 0 27 DB 3A 27
Octal 51 121 234 112 60 0 47 333 72 47
Binary 101001 1010001 10011100 1001010 110000 0 100111 11011011 111010 100111

Color Harmonies of #29519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29519C

Black with #29519C

Text Example


Text Example

White with #29519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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