Html Css Color HEX #29668C Endeavour

📋 copy color: '#29668C'

red 41 ◦ green 102 ◦ blue 140

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

Shades of Endeavour #29668C

Tints of Endeavour #29668C

RGB

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

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

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

R = 14.49%
G = 36.04%
B = 49.47%

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

#29668C (or 0x29668C) is known color: Endeavour. HEX triplet: 29, 66 and 8C. RGB value is (41,102,140). Sum of RGB (Red+Green+Blue) = 41+102+140=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #29668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29668C is #D69973. Grayscale: #575757. Windows color (decimal): -14063988 or 9201193. OLE color: 9201193.

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

Color convert

RGB 41 102 140 -
CMYK 0.71 0.27 0 0.45
HSL 203.03º 0.55% 0.35% -
HSV(B) 203.03º 0.71% 0.55% -
XYZ 10.4 11.87 26.55 -
YUV 88.09 157.29 94.41 -
System Red Green Blue C M Y K H S L
Decimal 41 102 140 0.71 0.27 0 0.45 203.03 0.55 0.35
Hex 29 66 8C 47 1B 0 2D CB 37 23
Octal 51 146 214 107 33 0 55 313 67 43
Binary 101001 1100110 10001100 1000111 11011 0 101101 11001011 110111 100011

Color Harmonies of #29668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29668C

Black with #29668C

Text Example


Text Example

White with #29668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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