Html Css Color HEX #29548D Endeavour

📋 copy color: '#29548D'

red 41 ◦ green 84 ◦ blue 141

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

Shades of Endeavour #29548D

Tints of Endeavour #29548D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.58%

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

R = 15.41%
G = 31.58%
B = 53.01%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29548D (or 0x29548D) is known color: Endeavour. HEX triplet: 29, 54 and 8D. RGB value is (41,84,141). Sum of RGB (Red+Green+Blue) = 41+84+141=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #29548D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29548D is #D6AB72. Grayscale: #4D4D4D. Windows color (decimal): -14068595 or 9262121. OLE color: 9262121.

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

Color convert

RGB 41 84 141 -
CMYK 0.71 0.40 0 0.45
HSL 214.2º 0.55% 0.36% -
HSV(B) 214.2º 0.71% 0.55% -
XYZ 8.89 8.74 26.42 -
YUV 77.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 41 84 141 0.71 0.40 0 0.45 214.2 0.55 0.36
Hex 29 54 8D 47 28 0 2D D6 37 24
Octal 51 124 215 107 50 0 55 326 67 44
Binary 101001 1010100 10001101 1000111 101000 0 101101 11010110 110111 100100

Color Harmonies of #29548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29548D

Black with #29548D

Text Example


Text Example

White with #29548D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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