Html Css Color HEX #29548C Endeavour

📋 copy color: '#29548C'

red 41 ◦ green 84 ◦ blue 140

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

Shades of Endeavour #29548C

Tints of Endeavour #29548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.83%

R = 15.47%
G = 31.7%
B = 52.83%

CMYK

 C value IS 0.71

 M value IS 0.4

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29548C (or 0x29548C) is known color: Endeavour. HEX triplet: 29, 54 and 8C. RGB value is (41,84,140). Sum of RGB (Red+Green+Blue) = 41+84+140=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #29548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29548C is #D6AB73. Grayscale: #4D4D4D. Windows color (decimal): -14068596 or 9196585. OLE color: 9196585.

HSL color Cylindrical-coordinate representation of color #29548C: hue angle of 213.94º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29548C is Cyan = 0.71, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 84 140 -
CMYK 0.71 0.4 0 0.45
HSL 213.94º 0.55% 0.35% -
HSV(B) 213.94º 0.71% 0.55% -
XYZ 8.82 8.71 26.03 -
YUV 77.53 163.25 101.95 -
System Red Green Blue C M Y K H S L
Decimal 41 84 140 0.71 0.4 0 0.45 213.94 0.55 0.35
Hex 29 54 8C 47 28 0 2D D6 37 23
Octal 51 124 214 107 50 0 55 326 67 43
Binary 101001 1010100 10001100 1000111 101000 0 101101 11010110 110111 100011

Color Harmonies of #29548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29548C

Black with #29548C

Text Example


Text Example

White with #29548C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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