Html Css Color HEX #29518F Endeavour

📋 copy color: '#29518F'

red 41 ◦ green 81 ◦ blue 143

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

Shades of Endeavour #29518F

Tints of Endeavour #29518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 53.96%

R = 15.47%
G = 30.57%
B = 53.96%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29518F (or 0x29518F) is known color: Endeavour. HEX triplet: 29, 51 and 8F. RGB value is (41,81,143). Sum of RGB (Red+Green+Blue) = 41+81+143=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #29518F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29518F is #D6AE70. Grayscale: #4B4B4B. Windows color (decimal): -14069361 or 9392425. OLE color: 9392425.

HSL color Cylindrical-coordinate representation of color #29518F: hue angle of 216.47º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29518F is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 81 143 -
CMYK 0.71 0.43 0 0.44
HSL 216.47º 0.55% 0.36% -
HSV(B) 216.47º 0.71% 0.56% -
XYZ 8.81 8.34 27.13 -
YUV 76.11 165.75 102.96 -
System Red Green Blue C M Y K H S L
Decimal 41 81 143 0.71 0.43 0 0.44 216.47 0.55 0.36
Hex 29 51 8F 47 2B 0 2C D8 37 24
Octal 51 121 217 107 53 0 54 330 67 44
Binary 101001 1010001 10001111 1000111 101011 0 101100 11011000 110111 100100

Color Harmonies of #29518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29518F

Black with #29518F

Text Example


Text Example

White with #29518F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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