#295994

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

Shades of Endeavour #295994

Tints of Endeavour #295994

Color information

#295994 (or 0x295994) is unknown color: approx Endeavour. HEX triplet: 29, 59 and 94. RGB value is (41,89,148). Sum of RGB (Red+Green+Blue) = 41+89+148=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #295994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295994 is #D6A66B. Grayscale: #515151. Windows color (decimal): -14067308 or 9722153. OLE color: 9722153.

HSL color Cylindrical-coordinate representation of color #295994: hue angle of 213.08º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295994 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4189148-
CMYK0.720.4000.42
HSL213.08º56.61%37.06%-
HSV(B)213.08º72.3%58.04%-
XYZ9.839.7529.38-
YUV81.37165.699.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 148 (58.20% from 255) = 53.24%
R=14.75%
G=32.01%
B=53.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41891480.720.4000.42213.0856.6137.06
Hex295994482802Ad53925
Octal51131224110500523257145
Binary1010011011001100101001001000101000010101011010101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295994; }

 p { color: rgb(41,89,148); }

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

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

 a { background-color: rgb(41,89,148); }

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

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

 span { border-color: rgb(41,89,148); }

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