#295BA1

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

Shades of Endeavour #295BA1

Tints of Endeavour #295BA1

Color information

#295BA1 (or 0x295BA1) is unknown color: approx Endeavour. HEX triplet: 29, 5B and A1. RGB value is (41,91,161). Sum of RGB (Red+Green+Blue) = 41+91+161=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #295BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295BA1 is #D6A45E. Grayscale: #535353. Windows color (decimal): -14066783 or 10574633. OLE color: 10574633.

HSL color Cylindrical-coordinate representation of color #295BA1: hue angle of 215º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #295BA1 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4191161-
CMYK0.750.4300.37
HSL215º59.41%39.61%-
HSV(B)215º74.53%63.14%-
XYZ11.0910.5335.17-
YUV84.03171.4497.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.99%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 161 (63.28% from 255) = 54.95%
R=13.99%
G=31.06%
B=54.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41911610.750.4300.3721559.4139.61
Hex295BA14B2B025d73b28
Octal51133241113530453277350
Binary1010011011011101000011001011101011010010111010111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,91,161); }

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

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

 a { background-color: rgb(41,91,161); }

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

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

 span { border-color: rgb(41,91,161); }

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