Html Css Color HEX #29599F Endeavour

📋 copy color: '#29599F'

red 41 ◦ green 89 ◦ blue 159

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

Shades of Endeavour #29599F

Tints of Endeavour #29599F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.8%

 BLUE value IS 159 (62.5% from 255) = 55.02%

R = 14.19%
G = 30.8%
B = 55.02%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29599F (or 0x29599F) is known color: Endeavour. HEX triplet: 29, 59 and 9F. RGB value is (41,89,159). Sum of RGB (Red+Green+Blue) = 41+89+159=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #29599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29599F is #D6A660. Grayscale: #525252. Windows color (decimal): -14067297 or 10443049. OLE color: 10443049.

HSL color Cylindrical-coordinate representation of color #29599F: hue angle of 215.59º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29599F is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 89 159 -
CMYK 0.74 0.44 0 0.38
HSL 215.59º 0.59% 0.39% -
HSV(B) 215.59º 0.74% 0.62% -
XYZ 10.74 10.12 34.19 -
YUV 82.63 171.1 98.31 -
System Red Green Blue C M Y K H S L
Decimal 41 89 159 0.74 0.44 0 0.38 215.59 0.59 0.39
Hex 29 59 9F 4A 2C 0 26 D8 3B 27
Octal 51 131 237 112 54 0 46 330 73 47
Binary 101001 1011001 10011111 1001010 101100 0 100110 11011000 111011 100111

Color Harmonies of #29599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29599F

Black with #29599F

Text Example


Text Example

White with #29599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,89,159); }

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

background-color css

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

 a { background-color: rgb(41,89,159); }

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

border-color css

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

 span { border-color: rgb(41,89,159); }

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