Html Css Color HEX #295499 Endeavour

📋 copy color: '#295499'

red 41 ◦ green 84 ◦ blue 153

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

Shades of Endeavour #295499

Tints of Endeavour #295499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.22%

 BLUE value IS 153 (60.16% from 255) = 55.04%

R = 14.75%
G = 30.22%
B = 55.04%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#295499 (or 0x295499) is known color: Endeavour. HEX triplet: 29, 54 and 99. RGB value is (41,84,153). Sum of RGB (Red+Green+Blue) = 41+84+153=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #295499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295499 is #D6AB66. Grayscale: #4E4E4E. Windows color (decimal): -14068583 or 10048553. OLE color: 10048553.

HSL color Cylindrical-coordinate representation of color #295499: hue angle of 216.96º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295499 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 84 153 -
CMYK 0.73 0.45 0 0.4
HSL 216.96º 0.58% 0.38% -
HSV(B) 216.96º 0.73% 0.6% -
XYZ 9.83 9.11 31.38 -
YUV 79.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 41 84 153 0.73 0.45 0 0.4 216.96 0.58 0.38
Hex 29 54 99 49 2D 0 28 D9 3A 26
Octal 51 124 231 111 55 0 50 331 72 46
Binary 101001 1010100 10011001 1001001 101101 0 101000 11011001 111010 100110

Color Harmonies of #295499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295499

Black with #295499

Text Example


Text Example

White with #295499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295499; }

 p { color: rgb(41,84,153); }

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

background-color css

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

 a { background-color: rgb(41,84,153); }

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

border-color css

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

 span { border-color: rgb(41,84,153); }

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