Html Css Color HEX #29569C Endeavour

📋 copy color: '#29569C'

red 41 ◦ green 86 ◦ blue 156

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

Shades of Endeavour #29569C

Tints of Endeavour #29569C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.39%

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

R = 14.49%
G = 30.39%
B = 55.12%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29569C (or 0x29569C) is known color: Endeavour. HEX triplet: 29, 56 and 9C. RGB value is (41,86,156). Sum of RGB (Red+Green+Blue) = 41+86+156=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #29569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29569C is #D6A963. Grayscale: #505050. Windows color (decimal): -14068068 or 10245673. OLE color: 10245673.

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

Color convert

RGB 41 86 156 -
CMYK 0.74 0.45 0 0.39
HSL 216.52º 0.58% 0.39% -
HSV(B) 216.52º 0.74% 0.61% -
XYZ 10.24 9.53 32.75 -
YUV 80.53 170.59 99.81 -
System Red Green Blue C M Y K H S L
Decimal 41 86 156 0.74 0.45 0 0.39 216.52 0.58 0.39
Hex 29 56 9C 4A 2D 0 27 D9 3A 27
Octal 51 126 234 112 55 0 47 331 72 47
Binary 101001 1010110 10011100 1001010 101101 0 100111 11011001 111010 100111

Color Harmonies of #29569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29569C

Black with #29569C

Text Example


Text Example

White with #29569C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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