#295CA0

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

Shades of Endeavour #295CA0

Tints of Endeavour #295CA0

Color information

#295CA0 (or 0x295CA0) is unknown color: approx Endeavour. HEX triplet: 29, 5C and A0. RGB value is (41,92,160). Sum of RGB (Red+Green+Blue) = 41+92+160=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 160 (62.89% from 255 or 54.61% from 293); Max value from RGB is 160 - color contains mainly: blue. Hex color #295CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295CA0 is #D6A35F. Grayscale: #545454. Windows color (decimal): -14066528 or 10509353. OLE color: 10509353.

HSL color Cylindrical-coordinate representation of color #295CA0: hue angle of 214.29º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #295CA0 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4192160-
CMYK0.740.4300.37
HSL214.29º59.2%39.41%-
HSV(B)214.29º74.37%62.75%-
XYZ11.0910.6634.73-
YUV84.5170.696.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.99%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 160 (62.89% from 255) = 54.61%
R=13.99%
G=31.40%
B=54.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41921600.740.4300.37214.2959.239.41
Hex295CA04A2B025d63b27
Octal51134240112530453267347
Binary1010011011100101000001001010101011010010111010110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,92,160); }

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

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

 a { background-color: rgb(41,92,160); }

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

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

 span { border-color: rgb(41,92,160); }

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