Html Css Color HEX #295995 Endeavour

📋 copy color: '#295995'

red 41 ◦ green 89 ◦ blue 149

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

Shades of Endeavour #295995

Tints of Endeavour #295995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.41%

R = 14.7%
G = 31.9%
B = 53.41%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#295995 (or 0x295995) is known color: Endeavour. HEX triplet: 29, 59 and 95. RGB value is (41,89,149). Sum of RGB (Red+Green+Blue) = 41+89+149=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #295995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295995 is #D6A66A. Grayscale: #515151. Windows color (decimal): -14067307 or 9787689. OLE color: 9787689.

HSL color Cylindrical-coordinate representation of color #295995: hue angle of 213.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295995 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 89 149 -
CMYK 0.72 0.40 0 0.42
HSL 213.33º 0.57% 0.37% -
HSV(B) 213.33º 0.72% 0.58% -
XYZ 9.91 9.79 29.8 -
YUV 81.49 166.1 99.12 -
System Red Green Blue C M Y K H S L
Decimal 41 89 149 0.72 0.40 0 0.42 213.33 0.57 0.37
Hex 29 59 95 48 28 0 2A D5 39 25
Octal 51 131 225 110 50 0 52 325 71 45
Binary 101001 1011001 10010101 1001000 101000 0 101010 11010101 111001 100101

Color Harmonies of #295995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295995

Black with #295995

Text Example


Text Example

White with #295995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295995; }

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

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

background-color css

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

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

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

border-color css

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

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

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