#355B91

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

Shades of Endeavour #355B91

Tints of Endeavour #355B91

Color information

#355B91 (or 0x355B91) is unknown color: approx Endeavour. HEX triplet: 35, 5B and 91. RGB value is (53,91,145). Sum of RGB (Red+Green+Blue) = 53+91+145=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #355B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355B91 is #CAA46E. Grayscale: #555555. Windows color (decimal): -13280367 or 9526069. OLE color: 9526069.

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

Color convert

RGB5391145-
CMYK0.630.3700.43
HSL215.22º46.46%38.82%-
HSV(B)215.22º63.45%56.86%-
XYZ10.3210.2828.23-
YUV85.79161.41104.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 91 (35.94% from 255) = 31.49%
BLUE value IS 145 (57.03% from 255) = 50.17%
R=18.34%
G=31.49%
B=50.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53911450.630.3700.43215.2246.4638.82
Hex355B913F2502Bd72e27
Octal6513322177450533275647
Binary110101101101110010001111111100101010101111010111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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