#295793

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

Shades of Endeavour #295793

Tints of Endeavour #295793

Color information

#295793 (or 0x295793) is unknown color: approx Endeavour. HEX triplet: 29, 57 and 93. RGB value is (41,87,147). Sum of RGB (Red+Green+Blue) = 41+87+147=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #295793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295793 is #D6A86C. Grayscale: #4F4F4F. Windows color (decimal): -14067821 or 9656105. OLE color: 9656105.

HSL color Cylindrical-coordinate representation of color #295793: hue angle of 213.96º degrees, saturation: 0.56, 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 #295793 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4187147-
CMYK0.720.4100.42
HSL213.96º56.38%36.86%-
HSV(B)213.96º72.11%57.65%-
XYZ9.599.3928.91-
YUV80.09165.76100.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 147 (57.81% from 255) = 53.45%
R=14.91%
G=31.64%
B=53.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41871470.720.4100.42213.9656.3836.86
Hex295793482902Ad63825
Octal51127223110510523267045
Binary1010011010111100100111001000101001010101011010110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295793; }

 p { color: rgb(41,87,147); }

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

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

 a { background-color: rgb(41,87,147); }

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

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

 span { border-color: rgb(41,87,147); }

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