Html Css Color HEX #295686 Endeavour

📋 copy color: '#295686'

red 41 ◦ green 86 ◦ blue 134

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

Shades of Endeavour #295686

Tints of Endeavour #295686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 51.34%

R = 15.71%
G = 32.95%
B = 51.34%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#295686 (or 0x295686) is known color: Endeavour. HEX triplet: 29, 56 and 86. RGB value is (41,86,134). Sum of RGB (Red+Green+Blue) = 41+86+134=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #295686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295686 is #D6A979. Grayscale: #4D4D4D. Windows color (decimal): -14068090 or 8803881. OLE color: 8803881.

HSL color Cylindrical-coordinate representation of color #295686: hue angle of 210.97º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #295686 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 86 134 -
CMYK 0.69 0.36 0 0.47
HSL 210.97º 0.53% 0.34% -
HSV(B) 210.97º 0.69% 0.53% -
XYZ 8.55 8.85 23.81 -
YUV 78.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 41 86 134 0.69 0.36 0 0.47 210.97 0.53 0.34
Hex 29 56 86 45 24 0 2F D3 35 22
Octal 51 126 206 105 44 0 57 323 65 42
Binary 101001 1010110 10000110 1000101 100100 0 101111 11010011 110101 100010

Color Harmonies of #295686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295686

Black with #295686

Text Example


Text Example

White with #295686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295686; }

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

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

background-color css

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

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

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

border-color css

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

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

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