Html Css Color HEX #29658C Endeavour

📋 copy color: '#29658C'

red 41 ◦ green 101 ◦ blue 140

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

Shades of Endeavour #29658C

Tints of Endeavour #29658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.82%

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

R = 14.54%
G = 35.82%
B = 49.65%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29658C (or 0x29658C) is known color: Endeavour. HEX triplet: 29, 65 and 8C. RGB value is (41,101,140). Sum of RGB (Red+Green+Blue) = 41+101+140=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #29658C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29658C is #D69A73. Grayscale: #575757. Windows color (decimal): -14064244 or 9200937. OLE color: 9200937.

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

Color convert

RGB 41 101 140 -
CMYK 0.71 0.28 0 0.45
HSL 203.64º 0.55% 0.35% -
HSV(B) 203.64º 0.71% 0.55% -
XYZ 10.3 11.67 26.52 -
YUV 87.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 41 101 140 0.71 0.28 0 0.45 203.64 0.55 0.35
Hex 29 65 8C 47 1C 0 2D CC 37 23
Octal 51 145 214 107 34 0 55 314 67 43
Binary 101001 1100101 10001100 1000111 11100 0 101101 11001100 110111 100011

Color Harmonies of #29658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29658C

Black with #29658C

Text Example


Text Example

White with #29658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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