Html Css Color HEX #295091 Endeavour

📋 copy color: '#295091'

red 41 ◦ green 80 ◦ blue 145

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

Shades of Endeavour #295091

Tints of Endeavour #295091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.08%

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

R = 15.41%
G = 30.08%
B = 54.51%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#295091 (or 0x295091) is known color: Endeavour. HEX triplet: 29, 50 and 91. RGB value is (41,80,145). Sum of RGB (Red+Green+Blue) = 41+80+145=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #295091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295091 is #D6AF6E. Grayscale: #4B4B4B. Windows color (decimal): -14069615 or 9523241. OLE color: 9523241.

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

Color convert

RGB 41 80 145 -
CMYK 0.72 0.45 0 0.43
HSL 217.5º 0.56% 0.36% -
HSV(B) 217.5º 0.72% 0.57% -
XYZ 8.89 8.25 27.91 -
YUV 75.75 167.08 103.21 -
System Red Green Blue C M Y K H S L
Decimal 41 80 145 0.72 0.45 0 0.43 217.5 0.56 0.36
Hex 29 50 91 48 2D 0 2B DA 38 24
Octal 51 120 221 110 55 0 53 332 70 44
Binary 101001 1010000 10010001 1001000 101101 0 101011 11011010 111000 100100

Color Harmonies of #295091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295091

Black with #295091

Text Example


Text Example

White with #295091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295091; }

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

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

background-color css

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

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

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

border-color css

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

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

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