Html Css Color HEX #29508B Endeavour

📋 copy color: '#29508B'

red 41 ◦ green 80 ◦ blue 139

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

Shades of Endeavour #29508B

Tints of Endeavour #29508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

 BLUE value IS 139 (54.69% from 255) = 53.46%

R = 15.77%
G = 30.77%
B = 53.46%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29508B (or 0x29508B) is known color: Endeavour. HEX triplet: 29, 50 and 8B. RGB value is (41,80,139). Sum of RGB (Red+Green+Blue) = 41+80+139=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #29508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29508B is #D6AF74. Grayscale: #4A4A4A. Windows color (decimal): -14069621 or 9130025. OLE color: 9130025.

HSL color Cylindrical-coordinate representation of color #29508B: hue angle of 216.12º degrees, saturation: 0.54, 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 #29508B is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 80 139 -
CMYK 0.71 0.42 0 0.45
HSL 216.12º 0.54% 0.35% -
HSV(B) 216.12º 0.71% 0.55% -
XYZ 8.44 8.07 25.54 -
YUV 75.07 164.08 103.7 -
System Red Green Blue C M Y K H S L
Decimal 41 80 139 0.71 0.42 0 0.45 216.12 0.54 0.35
Hex 29 50 8B 47 2A 0 2D D8 36 23
Octal 51 120 213 107 52 0 55 330 66 43
Binary 101001 1010000 10001011 1000111 101010 0 101101 11011000 110110 100011

Color Harmonies of #29508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29508B

Black with #29508B

Text Example


Text Example

White with #29508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29508B; }

 p { color: rgb(41,80,139); }

 H1.HeaderClassName
 {
   color: #29508B;
 }
 .AnyTagClassName
 {
   color: #29508B;
 }
</style>

background-color css

<style>
 a { background-color: #29508B; }

 a { background-color: rgb(41,80,139); }

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

border-color css

<style>
 span { border-color: #29508B; }

 span { border-color: rgb(41,80,139); }

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