#295E9B

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

Shades of Endeavour #295E9B

Tints of Endeavour #295E9B

Color information

#295E9B (or 0x295E9B) is unknown color: approx Endeavour. HEX triplet: 29, 5E and 9B. RGB value is (41,94,155). Sum of RGB (Red+Green+Blue) = 41+94+155=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #295E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295E9B is #D6A164. Grayscale: #545454. Windows color (decimal): -14066021 or 10182185. OLE color: 10182185.

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

Color convert

RGB4194155-
CMYK0.740.3900.39
HSL212.11º58.16%38.43%-
HSV(B)212.11º73.55%60.78%-
XYZ10.8310.8432.53-
YUV85.11167.4496.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.14%
GREEN value IS 94 (37.11% from 255) = 32.41%
BLUE value IS 155 (60.94% from 255) = 53.45%
R=14.14%
G=32.41%
B=53.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41941550.740.3900.39212.1158.1638.43
Hex295E9B4A27027d43a26
Octal51136233112470473247246
Binary1010011011110100110111001010100111010011111010100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,94,155); }

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

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

 a { background-color: rgb(41,94,155); }

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

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

 span { border-color: rgb(41,94,155); }

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