Html Css Color HEX #29668B Endeavour

📋 copy color: '#29668B'

red 41 ◦ green 102 ◦ blue 139

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

Shades of Endeavour #29668B

Tints of Endeavour #29668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.17%

 BLUE value IS 139 (54.69% from 255) = 49.29%

R = 14.54%
G = 36.17%
B = 49.29%

CMYK

 C value IS 0.71

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29668B (or 0x29668B) is known color: Endeavour. HEX triplet: 29, 66 and 8B. RGB value is (41,102,139). Sum of RGB (Red+Green+Blue) = 41+102+139=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #29668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29668B is #D69974. Grayscale: #575757. Windows color (decimal): -14063989 or 9135657. OLE color: 9135657.

HSL color Cylindrical-coordinate representation of color #29668B: hue angle of 202.65º degrees, saturation: 0.54, 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 #29668B is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 102 139 -
CMYK 0.71 0.27 0 0.45
HSL 202.65º 0.54% 0.35% -
HSV(B) 202.65º 0.71% 0.55% -
XYZ 10.33 11.84 26.17 -
YUV 87.98 156.79 94.49 -
System Red Green Blue C M Y K H S L
Decimal 41 102 139 0.71 0.27 0 0.45 202.65 0.54 0.35
Hex 29 66 8B 47 1B 0 2D CB 36 23
Octal 51 146 213 107 33 0 55 313 66 43
Binary 101001 1100110 10001011 1000111 11011 0 101101 11001011 110110 100011

Color Harmonies of #29668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29668B

Black with #29668B

Text Example


Text Example

White with #29668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29668B; }

 p { color: rgb(41,102,139); }

 H1.HeaderClassName
 {
   color: #29668B;
 }
 .AnyTagClassName
 {
   color: #29668B;
 }
</style>

background-color css

<style>
 a { background-color: #29668B; }

 a { background-color: rgb(41,102,139); }

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

border-color css

<style>
 span { border-color: #29668B; }

 span { border-color: rgb(41,102,139); }

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