Html Css Color HEX #295997 Endeavour

📋 copy color: '#295997'

red 41 ◦ green 89 ◦ blue 151

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

Shades of Endeavour #295997

Tints of Endeavour #295997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.74%

R = 14.59%
G = 31.67%
B = 53.74%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#295997 (or 0x295997) is known color: Endeavour. HEX triplet: 29, 59 and 97. RGB value is (41,89,151). Sum of RGB (Red+Green+Blue) = 41+89+151=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #295997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295997 is #D6A668. Grayscale: #515151. Windows color (decimal): -14067305 or 9918761. OLE color: 9918761.

HSL color Cylindrical-coordinate representation of color #295997: hue angle of 213.82º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295997 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 89 151 -
CMYK 0.73 0.41 0 0.41
HSL 213.82º 0.57% 0.38% -
HSV(B) 213.82º 0.73% 0.59% -
XYZ 10.07 9.85 30.65 -
YUV 81.72 167.1 98.96 -
System Red Green Blue C M Y K H S L
Decimal 41 89 151 0.73 0.41 0 0.41 213.82 0.57 0.38
Hex 29 59 97 49 29 0 29 D6 39 26
Octal 51 131 227 111 51 0 51 326 71 46
Binary 101001 1011001 10010111 1001001 101001 0 101001 11010110 111001 100110

Color Harmonies of #295997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295997

Black with #295997

Text Example


Text Example

White with #295997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295997; }

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

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

background-color css

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

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

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

border-color css

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

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

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