#356291

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

Shades of Endeavour #356291

Tints of Endeavour #356291

Color information

#356291 (or 0x356291) is unknown color: approx Endeavour. HEX triplet: 35, 62 and 91. RGB value is (53,98,145). Sum of RGB (Red+Green+Blue) = 53+98+145=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #356291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356291 is #CA9D6E. Grayscale: #595959. Windows color (decimal): -13278575 or 9527861. OLE color: 9527861.

HSL color Cylindrical-coordinate representation of color #356291: hue angle of 210.65º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356291 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5398145-
CMYK0.630.3200.43
HSL210.65º46.46%38.82%-
HSV(B)210.65º63.45%56.86%-
XYZ10.9511.5428.44-
YUV89.9159.09101.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 145 (57.03% from 255) = 48.99%
R=17.91%
G=33.11%
B=48.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53981450.630.3200.43210.6546.4638.82
Hex3562913F2002Bd32e27
Octal6514222177400533235647
Binary110101110001010010001111111100000010101111010011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356291; }

 p { color: rgb(53,98,145); }

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

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

 a { background-color: rgb(53,98,145); }

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

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

 span { border-color: rgb(53,98,145); }

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