#295E97

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

Shades of Endeavour #295E97

Tints of Endeavour #295E97

Color information

#295E97 (or 0x295E97) is unknown color: approx Endeavour. HEX triplet: 29, 5E and 97. RGB value is (41,94,151). Sum of RGB (Red+Green+Blue) = 41+94+151=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #295E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295E97 is #D6A168. Grayscale: #545454. Windows color (decimal): -14066025 or 9920041. OLE color: 9920041.

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

Color convert

RGB4194151-
CMYK0.730.3800.41
HSL211.09º57.29%37.65%-
HSV(B)211.09º72.85%59.22%-
XYZ10.510.7130.79-
YUV84.65165.4496.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.34%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 151 (59.38% from 255) = 52.80%
R=14.34%
G=32.87%
B=52.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41941510.730.3800.41211.0957.2937.65
Hex295E974926029d33926
Octal51136227111460513237146
Binary1010011011110100101111001001100110010100111010011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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