Html Css Color HEX #29608C Endeavour

📋 copy color: '#29608C'

red 41 ◦ green 96 ◦ blue 140

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

Shades of Endeavour #29608C

Tints of Endeavour #29608C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

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

R = 14.8%
G = 34.66%
B = 50.54%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29608C (or 0x29608C) is known color: Endeavour. HEX triplet: 29, 60 and 8C. RGB value is (41,96,140). Sum of RGB (Red+Green+Blue) = 41+96+140=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #29608C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29608C is #D69F73. Grayscale: #545454. Windows color (decimal): -14065524 or 9199657. OLE color: 9199657.

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

Color convert

RGB 41 96 140 -
CMYK 0.71 0.31 0 0.45
HSL 206.67º 0.55% 0.35% -
HSV(B) 206.67º 0.71% 0.55% -
XYZ 9.83 10.73 26.36 -
YUV 84.57 159.28 96.92 -
System Red Green Blue C M Y K H S L
Decimal 41 96 140 0.71 0.31 0 0.45 206.67 0.55 0.35
Hex 29 60 8C 47 1F 0 2D CF 37 23
Octal 51 140 214 107 37 0 55 317 67 43
Binary 101001 1100000 10001100 1000111 11111 0 101101 11001111 110111 100011

Color Harmonies of #29608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29608C

Black with #29608C

Text Example


Text Example

White with #29608C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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