#295692

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

Shades of Endeavour #295692

Tints of Endeavour #295692

Color information

#295692 (or 0x295692) is unknown color: approx Endeavour. HEX triplet: 29, 56 and 92. RGB value is (41,86,146). Sum of RGB (Red+Green+Blue) = 41+86+146=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #295692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295692 is #D6A96D. Grayscale: #4F4F4F. Windows color (decimal): -14068078 or 9590313. OLE color: 9590313.

HSL color Cylindrical-coordinate representation of color #295692: hue angle of 214.29º 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 #295692 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4186146-
CMYK0.720.4100.43
HSL214.29º56.15%36.67%-
HSV(B)214.29º71.92%57.25%-
XYZ9.439.228.47-
YUV79.39165.59100.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.02%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 146 (57.42% from 255) = 53.48%
R=15.02%
G=31.50%
B=53.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41861460.720.4100.43214.2956.1536.67
Hex295692482902Bd63825
Octal51126222110510533267045
Binary1010011010110100100101001000101001010101111010110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295692; }

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

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

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

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

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

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

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

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