Html Css Color HEX #29638C Endeavour

📋 copy color: '#29638C'

red 41 ◦ green 99 ◦ blue 140

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

Shades of Endeavour #29638C

Tints of Endeavour #29638C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

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

R = 14.64%
G = 35.36%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29638C (or 0x29638C) is known color: Endeavour. HEX triplet: 29, 63 and 8C. RGB value is (41,99,140). Sum of RGB (Red+Green+Blue) = 41+99+140=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #29638C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29638C is #D69C73. Grayscale: #565656. Windows color (decimal): -14064756 or 9200425. OLE color: 9200425.

HSL color Cylindrical-coordinate representation of color #29638C: hue angle of 204.85º 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 #29638C is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 99 140 -
CMYK 0.71 0.29 0 0.45
HSL 204.85º 0.55% 0.35% -
HSV(B) 204.85º 0.71% 0.55% -
XYZ 10.11 11.29 26.46 -
YUV 86.33 158.28 95.67 -
System Red Green Blue C M Y K H S L
Decimal 41 99 140 0.71 0.29 0 0.45 204.85 0.55 0.35
Hex 29 63 8C 47 1D 0 2D CD 37 23
Octal 51 143 214 107 35 0 55 315 67 43
Binary 101001 1100011 10001100 1000111 11101 0 101101 11001101 110111 100011

Color Harmonies of #29638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29638C

Black with #29638C

Text Example


Text Example

White with #29638C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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