#295AA2

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

Shades of Endeavour #295AA2

Tints of Endeavour #295AA2

Color information

#295AA2 (or 0x295AA2) is unknown color: approx Endeavour. HEX triplet: 29, 5A and A2. RGB value is (41,90,162). Sum of RGB (Red+Green+Blue) = 41+90+162=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #295AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295AA2 is #D6A55D. Grayscale: #535353. Windows color (decimal): -14067038 or 10639913. OLE color: 10639913.

HSL color Cylindrical-coordinate representation of color #295AA2: hue angle of 215.7º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #295AA2 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4190162-
CMYK0.750.4400.36
HSL215.7º59.61%39.8%-
HSV(B)215.7º74.69%63.53%-
XYZ11.0910.3935.6-
YUV83.56172.2797.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.99%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 162 (63.67% from 255) = 55.29%
R=13.99%
G=30.72%
B=55.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41901620.750.4400.36215.759.6139.8
Hex295AA24B2C024d83c28
Octal51132242113540443307450
Binary1010011011010101000101001011101100010010011011000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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