Html Css Color HEX #295291 Endeavour

📋 copy color: '#295291'

red 41 ◦ green 82 ◦ blue 145

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

Shades of Endeavour #295291

Tints of Endeavour #295291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.6%

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

R = 15.3%
G = 30.6%
B = 54.1%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#295291 (or 0x295291) is known color: Endeavour. HEX triplet: 29, 52 and 91. RGB value is (41,82,145). Sum of RGB (Red+Green+Blue) = 41+82+145=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #295291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295291 is #D6AD6E. Grayscale: #4C4C4C. Windows color (decimal): -14069103 or 9523753. OLE color: 9523753.

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

Color convert

RGB 41 82 145 -
CMYK 0.72 0.43 0 0.43
HSL 216.35º 0.56% 0.36% -
HSV(B) 216.35º 0.72% 0.57% -
XYZ 9.04 8.55 27.96 -
YUV 76.92 166.42 102.38 -
System Red Green Blue C M Y K H S L
Decimal 41 82 145 0.72 0.43 0 0.43 216.35 0.56 0.36
Hex 29 52 91 48 2B 0 2B D8 38 24
Octal 51 122 221 110 53 0 53 330 70 44
Binary 101001 1010010 10010001 1001000 101011 0 101011 11011000 111000 100100

Color Harmonies of #295291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295291

Black with #295291

Text Example


Text Example

White with #295291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295291; }

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

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

background-color css

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

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

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

border-color css

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

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

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