Html Css Color HEX #29598A Endeavour

📋 copy color: '#29598A'

red 41 ◦ green 89 ◦ blue 138

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

Shades of Endeavour #29598A

Tints of Endeavour #29598A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.49%

R = 15.3%
G = 33.21%
B = 51.49%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#29598A (or 0x29598A) is known color: Endeavour. HEX triplet: 29, 59 and 8A. RGB value is (41,89,138). Sum of RGB (Red+Green+Blue) = 41+89+138=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #29598A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29598A is #D6A675. Grayscale: #4F4F4F. Windows color (decimal): -14067318 or 9066793. OLE color: 9066793.

HSL color Cylindrical-coordinate representation of color #29598A: hue angle of 210.31º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29598A is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 89 138 -
CMYK 0.70 0.36 0 0.46
HSL 210.31º 0.54% 0.35% -
HSV(B) 210.31º 0.7% 0.54% -
XYZ 9.07 9.45 25.39 -
YUV 80.23 160.6 100.02 -
System Red Green Blue C M Y K H S L
Decimal 41 89 138 0.70 0.36 0 0.46 210.31 0.54 0.35
Hex 29 59 8A 46 24 0 2E D2 36 23
Octal 51 131 212 106 44 0 56 322 66 43
Binary 101001 1011001 10001010 1000110 100100 0 101110 11010010 110110 100011

Color Harmonies of #29598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29598A

Black with #29598A

Text Example


Text Example

White with #29598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29598A; }

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

 H1.HeaderClassName
 {
   color: #29598A;
 }
 .AnyTagClassName
 {
   color: #29598A;
 }
</style>

background-color css

<style>
 a { background-color: #29598A; }

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

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

border-color css

<style>
 span { border-color: #29598A; }

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

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