Html Css Color HEX #295786 Endeavour

📋 copy color: '#295786'

red 41 ◦ green 87 ◦ blue 134

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

Shades of Endeavour #295786

Tints of Endeavour #295786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.21%

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

R = 15.65%
G = 33.21%
B = 51.15%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#295786 (or 0x295786) is known color: Endeavour. HEX triplet: 29, 57 and 86. RGB value is (41,87,134). Sum of RGB (Red+Green+Blue) = 41+87+134=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #295786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295786 is #D6A879. Grayscale: #4E4E4E. Windows color (decimal): -14067834 or 8804137. OLE color: 8804137.

HSL color Cylindrical-coordinate representation of color #295786: hue angle of 210.32º 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 #295786 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 87 134 -
CMYK 0.69 0.35 0 0.47
HSL 210.32º 0.53% 0.34% -
HSV(B) 210.32º 0.69% 0.53% -
XYZ 8.63 9.01 23.84 -
YUV 78.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 41 87 134 0.69 0.35 0 0.47 210.32 0.53 0.34
Hex 29 57 86 45 23 0 2F D2 35 22
Octal 51 127 206 105 43 0 57 322 65 42
Binary 101001 1010111 10000110 1000101 100011 0 101111 11010010 110101 100010

Color Harmonies of #295786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295786

Black with #295786

Text Example


Text Example

White with #295786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295786; }

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

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

background-color css

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

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

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

border-color css

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

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

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