Html Css Color HEX #295691 Endeavour

📋 copy color: '#295691'

red 41 ◦ green 86 ◦ blue 145

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

Shades of Endeavour #295691

Tints of Endeavour #295691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.62%

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

R = 15.07%
G = 31.62%
B = 53.31%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#295691 (or 0x295691) is known color: Endeavour. HEX triplet: 29, 56 and 91. RGB value is (41,86,145). Sum of RGB (Red+Green+Blue) = 41+86+145=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #295691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295691 is #D6A96E. Grayscale: #4E4E4E. Windows color (decimal): -14068079 or 9524777. OLE color: 9524777.

HSL color Cylindrical-coordinate representation of color #295691: hue angle of 214.04º 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 #295691 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 86 145 -
CMYK 0.72 0.41 0 0.43
HSL 214.04º 0.56% 0.36% -
HSV(B) 214.04º 0.72% 0.57% -
XYZ 9.35 9.17 28.07 -
YUV 79.27 165.09 100.7 -
System Red Green Blue C M Y K H S L
Decimal 41 86 145 0.72 0.41 0 0.43 214.04 0.56 0.36
Hex 29 56 91 48 29 0 2B D6 38 24
Octal 51 126 221 110 51 0 53 326 70 44
Binary 101001 1010110 10010001 1001000 101001 0 101011 11010110 111000 100100

Color Harmonies of #295691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295691

Black with #295691

Text Example


Text Example

White with #295691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295691; }

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

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

background-color css

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

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

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

border-color css

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

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

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