Html Css Color HEX #29568D Endeavour

📋 copy color: '#29568D'

red 41 ◦ green 86 ◦ blue 141

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

Shades of Endeavour #29568D

Tints of Endeavour #29568D

RGB

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

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

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

R = 15.3%
G = 32.09%
B = 52.61%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29568D (or 0x29568D) is known color: Endeavour. HEX triplet: 29, 56 and 8D. RGB value is (41,86,141). Sum of RGB (Red+Green+Blue) = 41+86+141=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #29568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29568D is #D6A972. Grayscale: #4E4E4E. Windows color (decimal): -14068083 or 9262633. OLE color: 9262633.

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

Color convert

RGB 41 86 141 -
CMYK 0.71 0.39 0 0.45
HSL 213º 0.55% 0.36% -
HSV(B) 213º 0.71% 0.55% -
XYZ 9.05 9.05 26.47 -
YUV 78.82 163.09 101.03 -
System Red Green Blue C M Y K H S L
Decimal 41 86 141 0.71 0.39 0 0.45 213 0.55 0.36
Hex 29 56 8D 47 27 0 2D D5 37 24
Octal 51 126 215 107 47 0 55 325 67 44
Binary 101001 1010110 10001101 1000111 100111 0 101101 11010101 110111 100100

Color Harmonies of #29568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29568D

Black with #29568D

Text Example


Text Example

White with #29568D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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