#295B9B

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

Shades of Endeavour #295B9B

Tints of Endeavour #295B9B

Color information

#295B9B (or 0x295B9B) is unknown color: approx Endeavour. HEX triplet: 29, 5B and 9B. RGB value is (41,91,155). Sum of RGB (Red+Green+Blue) = 41+91+155=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #295B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295B9B is #D6A464. Grayscale: #535353. Windows color (decimal): -14066789 or 10181417. OLE color: 10181417.

HSL color Cylindrical-coordinate representation of color #295B9B: hue angle of 213.68º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #295B9B is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4191155-
CMYK0.740.4100.39
HSL213.68º58.16%38.43%-
HSV(B)213.68º73.55%60.78%-
XYZ10.5710.3232.45-
YUV83.35168.4497.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 155 (60.94% from 255) = 54.01%
R=14.29%
G=31.71%
B=54.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41911550.740.4100.39213.6858.1638.43
Hex295B9B4A29027d63a26
Octal51133233112510473267246
Binary1010011011011100110111001010101001010011111010110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,91,155); }

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

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

 a { background-color: rgb(41,91,155); }

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

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

 span { border-color: rgb(41,91,155); }

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