#355D91

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

Shades of Endeavour #355D91

Tints of Endeavour #355D91

Color information

#355D91 (or 0x355D91) is unknown color: approx Endeavour. HEX triplet: 35, 5D and 91. RGB value is (53,93,145). Sum of RGB (Red+Green+Blue) = 53+93+145=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #355D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355D91 is #CAA26E. Grayscale: #565656. Windows color (decimal): -13279855 or 9526581. OLE color: 9526581.

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

Color convert

RGB5393145-
CMYK0.630.3600.43
HSL213.91º46.46%38.82%-
HSV(B)213.91º63.45%56.86%-
XYZ10.4910.6328.29-
YUV86.97160.75103.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 145 (57.03% from 255) = 49.83%
R=18.21%
G=31.96%
B=49.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53931450.630.3600.43213.9146.4638.82
Hex355D913F2402Bd62e27
Octal6513522177440533265647
Binary110101101110110010001111111100100010101111010110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355D91; }

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

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

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

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

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

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

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

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