Html Css Color HEX #295191 Endeavour

📋 copy color: '#295191'

red 41 ◦ green 81 ◦ blue 145

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

Shades of Endeavour #295191

Tints of Endeavour #295191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.34%

 BLUE value IS 145 (57.03% from 255) = 54.31%

R = 15.36%
G = 30.34%
B = 54.31%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#295191 (or 0x295191) is known color: Endeavour. HEX triplet: 29, 51 and 91. RGB value is (41,81,145). Sum of RGB (Red+Green+Blue) = 41+81+145=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #295191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295191 is #D6AE6E. Grayscale: #4C4C4C. Windows color (decimal): -14069359 or 9523497. OLE color: 9523497.

HSL color Cylindrical-coordinate representation of color #295191: hue angle of 216.92º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295191 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 81 145 -
CMYK 0.72 0.44 0 0.43
HSL 216.92º 0.56% 0.36% -
HSV(B) 216.92º 0.72% 0.57% -
XYZ 8.97 8.4 27.94 -
YUV 76.34 166.75 102.8 -
System Red Green Blue C M Y K H S L
Decimal 41 81 145 0.72 0.44 0 0.43 216.92 0.56 0.36
Hex 29 51 91 48 2C 0 2B D9 38 24
Octal 51 121 221 110 54 0 53 331 70 44
Binary 101001 1010001 10010001 1001000 101100 0 101011 11011001 111000 100100

Color Harmonies of #295191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295191

Black with #295191

Text Example


Text Example

White with #295191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295191; }

 p { color: rgb(41,81,145); }

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

background-color css

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

 a { background-color: rgb(41,81,145); }

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

border-color css

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

 span { border-color: rgb(41,81,145); }

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