#295696

Color #295696 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #295696

Tints of Endeavour #295696

Color information

#295696 (or 0x295696) is unknown color: approx Endeavour. HEX triplet: 29, 56 and 96. RGB value is (41,86,150). Sum of RGB (Red+Green+Blue) = 41+86+150=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #295696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295696 is #D6A969. Grayscale: #4F4F4F. Windows color (decimal): -14068074 or 9852457. OLE color: 9852457.

HSL color Cylindrical-coordinate representation of color #295696: hue angle of 215.23º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295696 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4186150-
CMYK0.730.4300.41
HSL215.23º57.07%37.45%-
HSV(B)215.23º72.67%58.82%-
XYZ9.759.3330.14-
YUV79.84167.59100.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 150 (58.98% from 255) = 54.15%
R=14.80%
G=31.05%
B=54.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41861500.730.4300.41215.2357.0737.45
Hex295696492B029d73925
Octal51126226111530513277145
Binary1010011010110100101101001001101011010100111010111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295696; }

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

 H1.HeaderClassName
 {
   color: #295696;
 }
 .AnyTagClassName
 {
   color: #295696;
 }
</style>
background-color css

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

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

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

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

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

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