Html Css Color HEX #29518A Endeavour

📋 copy color: '#29518A'

red 41 ◦ green 81 ◦ blue 138

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

Shades of Endeavour #29518A

Tints of Endeavour #29518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.15%

 BLUE value IS 138 (54.3% from 255) = 53.08%

R = 15.77%
G = 31.15%
B = 53.08%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#29518A (or 0x29518A) is known color: Endeavour. HEX triplet: 29, 51 and 8A. RGB value is (41,81,138). Sum of RGB (Red+Green+Blue) = 41+81+138=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #29518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29518A is #D6AE75. Grayscale: #4B4B4B. Windows color (decimal): -14069366 or 9064745. OLE color: 9064745.

HSL color Cylindrical-coordinate representation of color #29518A: hue angle of 215.26º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29518A is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 81 138 -
CMYK 0.70 0.41 0 0.46
HSL 215.26º 0.54% 0.35% -
HSV(B) 215.26º 0.7% 0.54% -
XYZ 8.44 8.19 25.18 -
YUV 75.54 163.25 103.37 -
System Red Green Blue C M Y K H S L
Decimal 41 81 138 0.70 0.41 0 0.46 215.26 0.54 0.35
Hex 29 51 8A 46 29 0 2E D7 36 23
Octal 51 121 212 106 51 0 56 327 66 43
Binary 101001 1010001 10001010 1000110 101001 0 101110 11010111 110110 100011

Color Harmonies of #29518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29518A

Black with #29518A

Text Example


Text Example

White with #29518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29518A; }

 p { color: rgb(41,81,138); }

 H1.HeaderClassName
 {
   color: #29518A;
 }
 .AnyTagClassName
 {
   color: #29518A;
 }
</style>

background-color css

<style>
 a { background-color: #29518A; }

 a { background-color: rgb(41,81,138); }

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

border-color css

<style>
 span { border-color: #29518A; }

 span { border-color: rgb(41,81,138); }

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