#355991

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

Shades of Endeavour #355991

Tints of Endeavour #355991

Color information

#355991 (or 0x355991) is unknown color: approx Endeavour. HEX triplet: 35, 59 and 91. RGB value is (53,89,145). Sum of RGB (Red+Green+Blue) = 53+89+145=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #355991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355991 is #CAA66E. Grayscale: #545454. Windows color (decimal): -13280879 or 9525557. OLE color: 9525557.

HSL color Cylindrical-coordinate representation of color #355991: hue angle of 216.52º 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 #355991 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5389145-
CMYK0.630.3900.43
HSL216.52º46.46%38.82%-
HSV(B)216.52º63.45%56.86%-
XYZ10.159.9528.17-
YUV84.62162.07105.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 145 (57.03% from 255) = 50.52%
R=18.47%
G=31.01%
B=50.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53891450.630.3900.43216.5246.4638.82
Hex3559913F2702Bd92e27
Octal6513122177470533315647
Binary110101101100110010001111111100111010101111011001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355991; }

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

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

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

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

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

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

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

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