Html Css Color HEX #29619A Endeavour

📋 copy color: '#29619A'

red 41 ◦ green 97 ◦ blue 154

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

Shades of Endeavour #29619A

Tints of Endeavour #29619A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.22%

 BLUE value IS 154 (60.55% from 255) = 52.74%

R = 14.04%
G = 33.22%
B = 52.74%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#29619A (or 0x29619A) is known color: Endeavour. HEX triplet: 29, 61 and 9A. RGB value is (41,97,154). Sum of RGB (Red+Green+Blue) = 41+97+154=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #29619A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29619A is #D69E65. Grayscale: #565656. Windows color (decimal): -14065254 or 10117417. OLE color: 10117417.

HSL color Cylindrical-coordinate representation of color #29619A: hue angle of 210.27º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29619A is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 97 154 -
CMYK 0.73 0.37 0 0.40
HSL 210.27º 0.58% 0.38% -
HSV(B) 210.27º 0.73% 0.6% -
XYZ 11.02 11.35 32.18 -
YUV 86.75 165.95 95.37 -
System Red Green Blue C M Y K H S L
Decimal 41 97 154 0.73 0.37 0 0.40 210.27 0.58 0.38
Hex 29 61 9A 49 25 0 28 D2 3A 26
Octal 51 141 232 111 45 0 50 322 72 46
Binary 101001 1100001 10011010 1001001 100101 0 101000 11010010 111010 100110

Color Harmonies of #29619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29619A

Black with #29619A

Text Example


Text Example

White with #29619A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,97,154); }

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

background-color css

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

 a { background-color: rgb(41,97,154); }

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

border-color css

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

 span { border-color: rgb(41,97,154); }

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