#295796

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

Shades of Endeavour #295796

Tints of Endeavour #295796

Color information

#295796 (or 0x295796) is unknown color: approx Endeavour. HEX triplet: 29, 57 and 96. RGB value is (41,87,150). Sum of RGB (Red+Green+Blue) = 41+87+150=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #295796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295796 is #D6A869. Grayscale: #505050. Windows color (decimal): -14067818 or 9852713. OLE color: 9852713.

HSL color Cylindrical-coordinate representation of color #295796: hue angle of 214.68º 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 #295796 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4187150-
CMYK0.730.4200.41
HSL214.68º57.07%37.45%-
HSV(B)214.68º72.67%58.82%-
XYZ9.839.4930.17-
YUV80.43167.2699.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 150 (58.98% from 255) = 53.96%
R=14.75%
G=31.29%
B=53.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41871500.730.4200.41214.6857.0737.45
Hex295796492A029d73925
Octal51127226111520513277145
Binary1010011010111100101101001001101010010100111010111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295796; }

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

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

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

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

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

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

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

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