#295E92

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

Shades of Endeavour #295E92

Tints of Endeavour #295E92

Color information

#295E92 (or 0x295E92) is unknown color: approx Endeavour. HEX triplet: 29, 5E and 92. RGB value is (41,94,146). Sum of RGB (Red+Green+Blue) = 41+94+146=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #295E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295E92 is #D6A16D. Grayscale: #535353. Windows color (decimal): -14066030 or 9592361. OLE color: 9592361.

HSL color Cylindrical-coordinate representation of color #295E92: hue angle of 209.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295E92 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4194146-
CMYK0.720.3600.43
HSL209.71º56.15%36.67%-
HSV(B)209.71º71.92%57.25%-
XYZ10.1110.5528.7-
YUV84.08162.9497.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=14.59%
G=33.45%
B=51.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41941460.720.3600.43209.7156.1536.67
Hex295E92482402Bd23825
Octal51136222110440533227045
Binary1010011011110100100101001000100100010101111010010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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