#295A92

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

Shades of Endeavour #295A92

Tints of Endeavour #295A92

Color information

#295A92 (or 0x295A92) is unknown color: approx Endeavour. HEX triplet: 29, 5A and 92. RGB value is (41,90,146). Sum of RGB (Red+Green+Blue) = 41+90+146=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #295A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295A92 is #D6A56D. Grayscale: #515151. Windows color (decimal): -14067054 or 9591337. OLE color: 9591337.

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

Color convert

RGB4190146-
CMYK0.720.3800.43
HSL212º56.15%36.67%-
HSV(B)212º71.92%57.25%-
XYZ9.769.8628.58-
YUV81.73164.2798.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=14.80%
G=32.49%
B=52.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41901460.720.3800.4321256.1536.67
Hex295A92482602Bd43825
Octal51132222110460533247045
Binary1010011011010100100101001000100110010101111010100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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