#295892

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

Shades of Endeavour #295892

Tints of Endeavour #295892

Color information

#295892 (or 0x295892) is unknown color: approx Endeavour. HEX triplet: 29, 58 and 92. RGB value is (41,88,146). Sum of RGB (Red+Green+Blue) = 41+88+146=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #295892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295892 is #D6A76D. Grayscale: #505050. Windows color (decimal): -14067566 or 9590825. OLE color: 9590825.

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

Color convert

RGB4188146-
CMYK0.720.4000.43
HSL213.14º56.15%36.67%-
HSV(B)213.14º71.92%57.25%-
XYZ9.599.5328.53-
YUV80.56164.9399.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 146 (57.42% from 255) = 53.09%
R=14.91%
G=32%
B=53.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41881460.720.4000.43213.1456.1536.67
Hex295892482802Bd53825
Octal51130222110500533257045
Binary1010011011000100100101001000101000010101111010101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295892; }

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

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

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

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

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

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

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

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