#295A8B

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

Shades of Endeavour #295A8B

Tints of Endeavour #295A8B

Color information

#295A8B (or 0x295A8B) is unknown color: approx Endeavour. HEX triplet: 29, 5A and 8B. RGB value is (41,90,139). Sum of RGB (Red+Green+Blue) = 41+90+139=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #295A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295A8B is #D6A574. Grayscale: #505050. Windows color (decimal): -14067061 or 9132585. OLE color: 9132585.

HSL color Cylindrical-coordinate representation of color #295A8B: hue angle of 210º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #295A8B is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4190139-
CMYK0.710.3500.45
HSL210º54.44%35.29%-
HSV(B)210º70.5%54.51%-
XYZ9.239.6525.8-
YUV80.94160.7799.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.19%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=15.19%
G=33.33%
B=51.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41901390.710.3500.4521054.4435.29
Hex295A8B472302Dd23623
Octal51132213107430553226643
Binary1010011011010100010111000111100011010110111010010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,90,139); }

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

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

 a { background-color: rgb(41,90,139); }

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

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

 span { border-color: rgb(41,90,139); }

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