#296094

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

Shades of Endeavour #296094

Tints of Endeavour #296094

Color information

#296094 (or 0x296094) is unknown color: approx Endeavour. HEX triplet: 29, 60 and 94. RGB value is (41,96,148). Sum of RGB (Red+Green+Blue) = 41+96+148=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #296094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296094 is #D69F6B. Grayscale: #555555. Windows color (decimal): -14065516 or 9723945. OLE color: 9723945.

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

Color convert

RGB4196148-
CMYK0.720.3500.42
HSL209.16º56.61%37.06%-
HSV(B)209.16º72.3%58.04%-
XYZ10.4410.9829.59-
YUV85.48163.2896.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.39%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 148 (58.20% from 255) = 51.93%
R=14.39%
G=33.68%
B=51.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41961480.720.3500.42209.1656.6137.06
Hex296094482302Ad13925
Octal51140224110430523217145
Binary1010011100000100101001001000100011010101011010001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296094; }

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

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

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

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

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

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

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

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