Html Css Color HEX #295286 Endeavour

📋 copy color: '#295286'

red 41 ◦ green 82 ◦ blue 134

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

Shades of Endeavour #295286

Tints of Endeavour #295286

RGB

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

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

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

R = 15.95%
G = 31.91%
B = 52.14%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#295286 (or 0x295286) is known color: Endeavour. HEX triplet: 29, 52 and 86. RGB value is (41,82,134). Sum of RGB (Red+Green+Blue) = 41+82+134=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #295286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295286 is #D6AD79. Grayscale: #4B4B4B. Windows color (decimal): -14069114 or 8802857. OLE color: 8802857.

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

Color convert

RGB 41 82 134 -
CMYK 0.69 0.39 0 0.47
HSL 213.55º 0.53% 0.34% -
HSV(B) 213.55º 0.69% 0.53% -
XYZ 8.23 8.23 23.71 -
YUV 75.67 160.92 103.27 -
System Red Green Blue C M Y K H S L
Decimal 41 82 134 0.69 0.39 0 0.47 213.55 0.53 0.34
Hex 29 52 86 45 27 0 2F D6 35 22
Octal 51 122 206 105 47 0 57 326 65 42
Binary 101001 1010010 10000110 1000101 100111 0 101111 11010110 110101 100010

Color Harmonies of #295286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295286

Black with #295286

Text Example


Text Example

White with #295286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295286; }

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

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

background-color css

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

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

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

border-color css

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

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

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