Html Css Color HEX #29608F Endeavour

📋 copy color: '#29608F'

red 41 ◦ green 96 ◦ blue 143

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

Shades of Endeavour #29608F

Tints of Endeavour #29608F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.07%

R = 14.64%
G = 34.29%
B = 51.07%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29608F (or 0x29608F) is known color: Endeavour. HEX triplet: 29, 60 and 8F. RGB value is (41,96,143). Sum of RGB (Red+Green+Blue) = 41+96+143=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #29608F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29608F is #D69F70. Grayscale: #545454. Windows color (decimal): -14065521 or 9396265. OLE color: 9396265.

HSL color Cylindrical-coordinate representation of color #29608F: hue angle of 207.65º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29608F is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 96 143 -
CMYK 0.71 0.33 0 0.44
HSL 207.65º 0.55% 0.36% -
HSV(B) 207.65º 0.71% 0.56% -
XYZ 10.06 10.82 27.55 -
YUV 84.91 160.78 96.68 -
System Red Green Blue C M Y K H S L
Decimal 41 96 143 0.71 0.33 0 0.44 207.65 0.55 0.36
Hex 29 60 8F 47 21 0 2C D0 37 24
Octal 51 140 217 107 41 0 54 320 67 44
Binary 101001 1100000 10001111 1000111 100001 0 101100 11010000 110111 100100

Color Harmonies of #29608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29608F

Black with #29608F

Text Example


Text Example

White with #29608F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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