#295F9A

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

Shades of Endeavour #295F9A

Tints of Endeavour #295F9A

Color information

#295F9A (or 0x295F9A) is unknown color: approx Endeavour. HEX triplet: 29, 5F and 9A. RGB value is (41,95,154). Sum of RGB (Red+Green+Blue) = 41+95+154=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #295F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295F9A is #D6A065. Grayscale: #555555. Windows color (decimal): -14065766 or 10116905. OLE color: 10116905.

HSL color Cylindrical-coordinate representation of color #295F9A: hue angle of 211.33º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295F9A is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4195154-
CMYK0.730.3800.40
HSL211.33º57.95%38.24%-
HSV(B)211.33º73.38%60.39%-
XYZ10.8410.9932.12-
YUV85.58166.6196.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.14%
GREEN value IS 95 (37.5% from 255) = 32.76%
BLUE value IS 154 (60.55% from 255) = 53.10%
R=14.14%
G=32.76%
B=53.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41951540.730.3800.40211.3357.9538.24
Hex295F9A4926028d33a26
Octal51137232111460503237246
Binary1010011011111100110101001001100110010100011010011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295F9A; }

 p { color: rgb(41,95,154); }

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

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

 a { background-color: rgb(41,95,154); }

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

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

 span { border-color: rgb(41,95,154); }

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