#295095

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

Shades of Endeavour #295095

Tints of Endeavour #295095

Color information

#295095 (or 0x295095) is unknown color: approx Endeavour. HEX triplet: 29, 50 and 95. RGB value is (41,80,149). Sum of RGB (Red+Green+Blue) = 41+80+149=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #295095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295095 is #D6AF6A. Grayscale: #4B4B4B. Windows color (decimal): -14069611 or 9785385. OLE color: 9785385.

HSL color Cylindrical-coordinate representation of color #295095: hue angle of 218.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295095 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4180149-
CMYK0.720.4600.42
HSL218.33º56.84%37.25%-
HSV(B)218.33º72.48%58.43%-
XYZ9.218.3829.57-
YUV76.2169.08102.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.19%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 149 (58.59% from 255) = 55.19%
R=15.19%
G=29.63%
B=55.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41801490.720.4600.42218.3356.8437.25
Hex295095482E02Ada3925
Octal51120225110560523327145
Binary1010011010000100101011001000101110010101011011010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295095; }

 p { color: rgb(41,80,149); }

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

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

 a { background-color: rgb(41,80,149); }

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

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

 span { border-color: rgb(41,80,149); }

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