#295A99

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

Shades of Endeavour #295A99

Tints of Endeavour #295A99

Color information

#295A99 (or 0x295A99) is unknown color: approx Endeavour. HEX triplet: 29, 5A and 99. RGB value is (41,90,153). Sum of RGB (Red+Green+Blue) = 41+90+153=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #295A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295A99 is #D6A566. Grayscale: #525252. Windows color (decimal): -14067047 or 10050089. OLE color: 10050089.

HSL color Cylindrical-coordinate representation of color #295A99: hue angle of 213.75º 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 #295A99 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4190153-
CMYK0.730.4100.4
HSL213.75º57.73%38.04%-
HSV(B)213.75º73.2%60%-
XYZ10.3210.0831.54-
YUV82.53167.7798.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.44%
GREEN value IS 90 (35.55% from 255) = 31.69%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=14.44%
G=31.69%
B=53.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41901530.730.4100.4213.7557.7338.04
Hex295A994929028d63a26
Octal51132231111510503267246
Binary1010011011010100110011001001101001010100011010110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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